Continue with Post Process Command Line if Input Folder is Empty
Created On
bySimple Software
Print Please refer to the Wiki Documentation for the complete command line interface reference.
When running multiple jobs in a row or chain with the Post Process Command Line it is possible that an earlier Job in the process won't have any files. This will stop the Job before reaching the Post Process step and cause later jobs not to run.
This can be corrected by adding an option directly to the xml text of the Job Configuration. This will tell it to keep going to the Post Process step even if there are no files to process in the Job.
Instructions:
- Right click on the Job Configuration file (.sic file format) and select Open With..
- Select Notepad or some other text file opening software.
- search for this in the text of the file:
false - Change the word “false” to the word “true” in that section.
- false = Stop immediately if there are no files to process.
- true = Run the Post Process Command Line even if there are no files to process
- Save the file and close it.