Author Topic: Command Line - Command File  (Read 5795 times)

Alan Foose

  • Guest
Command Line - Command File
« 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)


Andy Ayre

  • ESAcademy Staff
  • Sr. Member
  • *****
  • Posts: 2190
    • View Profile
    • Embedded Systems Academy, Inc.
    • Email
Re: Command Line - Command File
« Reply #1 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.

Embedded Systems Academy, Inc.
support at esacademy dot com