To run VeriMove job def myjob1 |
FTNCmd.bat myjob1.def |
To run myjob1 and then run myjob2 |
FTNCmd.bat myjob1.def myjob2.def |
To run myjob1 using a provided List ID |
FTNCmd.bat myjob1.def -listid P0000 |
To run myjob1 and keep the default output file names sent by the server |
FTNCmd.bat myjob1.def -norename |
To run myjob1 without creating backup copies of the output files from the previous run |
FTNCmd.bat myjob1.def -nobackup |
To run in silent mode
(no progress messages output) |
FTNCmd.bat myjob1.def -s |
To clear the current job from the server |
FTNCmd.bat -clearjob |