Enable Post-Process when Input Folder is Empty
Created On
bySimple Software
Print Please refer to the Wiki Documentation for the complete Advanced Settings reference.
When you have multiple Job Configurations running in tandem with the Post-Process command line running one after there other there can be occasions where a Job Configuration earlier in the chain doesn't have any images in the Input folder. When this happens a prompt occurs that must be clicked to proceed to the the next Job Configuration. When running unattended this can cause issues when the process stops for this prompt. This can be turned off in the Job Configuration's xml settings.
Instructions for suppressing prompt to continue when Input folder is empty:
- Right click on the Job Configuration file that you would like to suppress the prompt on and select Open With>Notepad
- search the XML settings text open in Notepad for this term:
<POSTPROCEMPTY> - Set the value between from “True” to “False”. It should look like this:
<POSTPROCEMPTY>False</POSTPROCEMPTY> - Save and close the file.