1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-25 11:51:38 +00:00

CMD - DDT subroutines.

To use this, add (CMDS) to the sname search list.  Then make a
translation from DSK: (CMDS); TS * to DSK: SYS3; TS CMD.  Add a file
<HSNAME>; <XUNAME> (CMDS) where each subroutine is one line for the
subroutine name, followed by a body of commands terminated by a ^_
control character.
This commit is contained in:
Lars Brinkhoff
2018-05-22 12:23:36 +02:00
committed by Eric Swenson
parent e9a608ecc7
commit 1092405cc8
3 changed files with 288 additions and 0 deletions

View File

@@ -819,3 +819,7 @@ respond "*" ":link sys; ts tj6, sys; ts ntj6\r"
respond "*" ":midas sys3;ts versa_dcp; versa\r"
expect ":KILL"
# respond "*" ":link channa; rakash v80spl,sys3; ts versa\r"
# DDT subroutines
respond "*" ":midas sys3;ts cmd_dcp; cmd\r"
expect ":KILL"