Is there any means by which to add Comments to a Command File which would be called through the FM command line interface?
For example as in Perl with # for comment lines:
QUIET(FM_log.txt) #uses quiet mode, see FM_log for output
COM(2, 9600) #always use COM port 2
DEVICE(89PLC33, 9600)
ERASE(DEVICE, PROTECTISP)