|
| /Site=[site code] | Use this at a remote site to tell the program where to get the Batch Controller and Batch Print Definition files. If this parameter is omitted at a remote site, then the default site code in the System record will be used. This parameter is not need when batch printing from the host site. |
| /AutoDistID=[id] | Will tell the Batch Controller the Batch ID to run. Used when running the Batch Controller unattended via the Task Scheduler. |
| /AskParam | Will prompt the user to enter a Location Code when starting the program. Will substitute the %PARAMS% variable in the Batch Queue Folder path name with the Location Code. |
| /Param=[location code] | Will substitute the %PARAM% variable in the Batch Queue Folder path name with the location code. |
The /AskParam and /Param parameters are generally used when you need to dynamically create batch queues based on provider "location" or "department". For example, if an account has more than one person responsible for printing specific providers, you can assign each provider a location code (in the Provider file). See the Examples section for more information on this technique.
|