<< Back



Morse Coder v1.0



Morse Coder is a simple program translating messages to the morse. It reads the messages from stdin and writes it as morse to stdout. It works with all english letters (a to z), numbers from 0 to 9, the space, and the following characters:

.  ,  ?  '  !  /  (  )  &  :  ;  =  -  _  "  $  @

Any other character stops the program with an error message and ErrorLevel #4.

Usage:
This program is intended to be used with redirectors. Some examples:

TYPE file1.txt | MORSE.EXE > file2.txt
MORSE.EXE < file.txt
ECHO some text | MORSE.EXE



Download: morse.zip


If you found any bugs, or if you have any remarks or suggestions, feel free to mail me...