Executes command file on HP3000
;
; This shows how to execute a command file on the HP e3000 from a
; script on the PC.
;
SEND
WAITC 17
SEND “XEQ HPCMDFIL”
END
;
; This shows how to execute a command file on the HP e3000 from a
; script on the PC.
;
SEND
WAITC 17
SEND “XEQ HPCMDFIL”
END