Command Line - Command File

Started by Alan Foose, June 29, 2005, 07:37:37 AM

Previous topic - Next topic

Alan Foose

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)


Andy Ayre

Rather than using a command file, use a batch file. Comments are lines that start with REM.

Embedded Systems Academy, Inc.
support at esacademy dot com