MISSING file move with multiple files
Created On
bySimple Software
Print Please refer to the Wiki Documentation for the complete File Output Settings reference.
If you want to move the MISSING files from the Output folder to another folder and create multiple MISSING files then use this script for the .bat file:
ren “C:\Users\dgraves.META\Desktop\Folder1\Missing.pdf” Missing-%date:~10,4%%date:~7,2%%date:~4,2%_%time:~0,2%%time:~3,2%.PDF
Move “C:\Users\dgraves.META\Desktop\Folder1\Missing*.pdf” “C:\Users\dgraves.META\Desktop\Folder2”
This will rename the file to MISSING-DATE_TIME and then move it to another folder.