|
File Locations |
Top Previous Next |
|
The Batch Controller (MTBATCH) relies on two files that control how the program behaves (Batch.dbf and BatchPrt.dbf). The Batch.dbf file contains Batch Control records and BatchPrt.Dbf contains the Print Definitition records.
The program automatically will open the files based on where the program is being run from (host site or remote site). The command line parameter /Site=[site] can be used to override where the files are opened.
Files used by the Batch Controller for Host site printing
\%root%\system\batch.dbf \%root%\system\batchprt.dbf
Files used by the Batch Controller for Remote site printing and Web Portal printing
\%root%\sites\[site]\batch.dbf \%root%\sites\[site]\batchprt.dbf
|