Flash Magic Forum

General => General Discussion => Topic started by: Alan Foose on June 29, 2005, 07:37:37 AM

Title: Command Line - Command File
Post by: Alan Foose on June 29, 2005, 07:37:37 AM
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)

Title: Re: Command Line - Command File
Post by: Andy Ayre on June 29, 2005, 07:55:40 AM
Rather than using a command file, use a batch file. Comments are lines that start with REM.