Command Line to Auto-close SimpleIndex
Created On
bySimple Software
Print Please refer to the Wiki Documentation for the complete command line interface reference.
This is used to closed SimpleIndex after the job has been completed automatically. This can be useful if you only run one batch in SimpleIndex at a time and don't need it after that batch is complete.
Instructions to Auto-close SimpleIndex when Batch is complete:
- Open the SimpleIndex Job Configuration that you would like to set to auto close when the batch is is complete.
- Open the Job Settings Wizard from the File menu.
- Go to the Advanced Settings step and expand Pre-Process & Post-Process options.
- In the Post-Process field put the following:
taskkill -f -im simpleindex.exe - Save the Job Configuration.

Alternate Intructions:
- Open the Job Options from the File menu
- In the Batch tab put the following in the “Post-Proc” field:
taskkill -f -im simpleindex.exe - Click OK and then Save from the File menu
