; This program allows a second user to use ; the pro 350's printer port. When link the task ; use the /PRIVELEGED switch . You must have PRO/toolkit. ; Befor running , at the $ prompt type : ; $ install $DCL/TASK=...DCL ; Then run the program . To verify the results , type ; $ show task/all ; on the list should appear ; DCLT2 TT2: ; That means it is running . No conflict should occur for most ; Toolkit utilities . 2 indirect command files can not be run simultaneosly. ; .MCALL SPWN$,DIR$,EXIT$S SPWDPB: SPWN$ ...DCL,,,1,1,1,,,,,2,TT SPAWN: DIR$ #SPWDPB EXIT$S .END SPAWN