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