How to use it?
It's very easy to use these programs. They are designed to work in command-line environment
but if you don't like it you can also make shortcuts for Windows which is very easy.
The usage is simple, here's for decoder:
The ">" character is needed to redirect output because demc is using standard output (f.e. console).
So if you wish to decode BUILD.EMC and store the output in BUILD.TXT just type:
-
DEMC build.emc >build.txt
Emcc works in reverse way. It takes text file and saves it as EMC file. The usage is:
So if you like to make a BUILD.EMC out of text file called NEW.TXT simply write: