INDEX   SEARCH   <--BACK

How to move or delete files after printing from the command line

KB ARTICLE: KB0040
KB DATE: 22/04/2009
REQUIRES VERSION: 1.00 or above
 

you can delete or remove the files after print with the -M parameter e.g.

To move:-

CD "C:\Program Files\Traction Software\Batch & Print Pro" 
"Batch And Print.exe" -F -Mc:\printed c:\myfiles\* -p -q
 
To delete:-
 CD "C:\Program Files\Traction Software\Batch & Print Pro" 
"Batch And Print.exe" -F -Mbppdelete c:\myfiles\* -p -q