Dataman 40Pro User Manual
Page 162
162
Please note, the file name Windows conventions must be fulfilled. It means also, that when
file name contains spaces, the command line parameter must have the file name bounded
inside quotation marks.
Examples:
/prj:c:\myfile.eprj
Load project file with name c:\myfile.eprj.
/loadfile:"c:\filename with spaces.bin"
Load file "c:\filename with spaces.bin" to buffer.
/Program[:switch]
forces start of ”Program device” operation automatically when
program is starting, or even if program is already running, also one of
following optional switches can be used:
switch 'noquest'
forces start of device programming without question
switch 'noanyquest' forces start of device programming without question and after
operation on device is completed, program doesn't show "Repeat"
operation dialog and goes directly into main program window
Examples:
1. /Program
2. /Program:noquest
3. /Program:noanyquest
/Close
this parameter has sense together with /Program parameter only, and
makes program to close automatically after device programming is
finished successfully
/Close: always
this parameter has sense together with /Program parameter only,
and makes program to close automatically after device programming
is finished, no matter if device operation was successful or not.
/Eprom_Flash_Autoselect[:xx]
forces automatic select EPROM or FLASH by ID when program is
starting or even if program is already running. xx means pins number
of device in ZIF (this time are valid 28 or 32 pins only) and it is
required just for older programmers without insertion test capability.
For others programmers is the value ignored.
Basic rules for using of executive command line parameters:
1. command line parameters are not case sensitive
2. command line parameters can be used when first starting of program or when program is
already running
3. if program is already running, then any of command line operation is processed only when
program was not busy (no operation was currently executing in program). Program
must be in basic state, i.e. main program window focused, no modal dialogs displayed,
no menu commands opened or executed.
4. order of processing command line parameters when using more parameters together is
defined firmly as following:
1. Load project (/Prj:...)
2. Load file (/Load file:...)
3. EPROM/Flash select by ID
4. Program device (/Program[:switch])
5. Close of control program (/Close only together with parameter /Program)