Google
 

Trailing-Edge - PDP-10 Archives - BB-D868C-BM - new-system/system.cmd
There are 33 other files named system.cmd in the archive. Click here to see a list.
!This command file will startup the necessay Batch Streams, Printers,
! and Readers allows all messages to appear on the console.
! The objects all will use system default limits which can be changed
! by adding various Set commands.
! If you wish to suppress Job Messages for all objects insert the following
! command into this file.
!
! DISABLE OUTPUT-DISPLAY ALL-MESSAGES /JOB
!
!
SET PRINTER 0 PAGE-LIMIT 20000 ! Set Page Limits for Printer 0
SET BATCH-STREAM 2 TIME-LIMIT 11000 !Set Time Limit in minutes for Batch-stream
START BATCH-STREAM 0:2 !This will start up 3 Batch Streams
START PRINTER 0:1 !This will start up 2 printers locally
START READER 0  !This will start up a Card Reader if you have one