carl@CITHEX.CALTECH.EDU.UUCP (09/07/87)
> Hello. I'd like to know if there is a version of VMS Kermit > that has either the SCRIPT or INPUT and OUTPUT commands > available. Mail to me, please. Thanks. I don't know of any such version, but the following script does what I think you want: allocate the line you're going to use for kermit, kermit to the remote machine, and login. Then return to DCL. Then execute a procedure that looks like: $ DEFINE TT SYS$INPUT: $ DEFINE SYS$COMMAND SYS$INPUT: $ KERMIT put your kermit commands here