Command Line Parameters
The command line parameters used when invoking the script are shown
in Table 1.
| Parameter | Required | Value | Default Value (for optional parameters) |
|---|---|---|---|
| -? | No | No value | Displays as true if the parameter is supplied. If no value is supplied, the value is false. |
| -propertyfile | No | The location and name of the property file. The file contains the JMS connection information. | install_directory\check\v405\DupDetect\server\engine\properties\izhutilconfig.properties |
| -inputdirectory | No | The directory where the files are located | The current directory |
| -filefilter | No | A filter for which files to process. Can use
a regular expression (regex) or an operating system command line expression.
Note:
|
All files |
| -regex | No | No value. Indicates the filefilter value is a regular (regex) expression. | File system expression |
| -nofiledelete | No | No value. Indicates the file should not be deleted after sending. It applies to successfully sent files. | Delete the file after sending. |