644 B
644 B
PRINTCFG.BAT
This batch file handles print configuration and file management tasks.
Commands
NPRINT
NPRINT C:\CMDPBUFF.1 /NAM=2000768B_KEL /Q=Q-FAB NT NB NFF NNOTI
Prints the contents of C:\CMDPBUFF.1 with the following parameters:
/NAM=2000768B_KEL
: Sets the printer name/identifier/Q=Q-FAB
: Specifies the print queueNT
: No title pageNB
: No bannerNFF
: No form feedsNNOTI
: No notification
File Copy
copy c:\work\shelwait.hld c:\work\shelwait.go
Copies the hold file (shelwait.hld) to a go file (shelwait.go) in the work directory, likely used as a signal or status file in a workflow process.