1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-28 12:57:56 +00:00

XGP/GLP - queue files to be printed.

This commit is contained in:
Adam Sampson
2018-05-10 16:49:36 +01:00
committed by Adam Sampson
parent cdb24d72a0
commit 124b021123
5 changed files with 2678 additions and 0 deletions

View File

@@ -827,3 +827,20 @@ expect ":KILL"
# XGP spooler
respond "*" ":midas sys2;ts xgpspl_sysen2;xgpspl\r"
expect ":KILL"
# XGP and GLP
respond "*" ":midas sysbin;xgp bin_sysen2;xqueue\r"
expect ":KILL"
respond "*" ":job xgp\r"
respond "*" ":load sysbin;xgp bin\r"
respond "*" "debug/0\r"
type ":pdump sys;ts xgp\r"
respond "*" ":kill\r"
respond "*" ":midas /t sysbin;glp bin_sysen2;xqueue\r"
respond "with ^C" "GLP==1\r\003"
expect ":KILL"
respond "*" ":job glp\r"
respond "*" ":load sysbin;glp bin\r"
respond "*" "debug/0\r"
type ":pdump sys2;ts glp\r"
respond "*" ":kill\r"