Creates an encoded password file from a text file by encoding a *.cfg file into a *.set file. The file to be processed should have an extension of .cfg.
Operational Model:
Usage:
ctcmdset [filename].cfg
The plain text form of the file should be:
; User Id
USERID ADMIN
; User Password
PASSWD <pass>
Note: Each line must end with a line-feed (Enter) for the password to be encoded correctly.