Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!sdcsvax!ucbvax!CITHEX.CALTECH.EDU!carl From: carl@CITHEX.CALTECH.EDU.UUCP Newsgroups: comp.os.vms Subject: Re: kermit Message-ID: <870906220554.08d@CitHex.Caltech.Edu> Date: Mon, 7-Sep-87 01:10:09 EDT Article-I.D.: CitHex.870906220554.08d Posted: Mon Sep 7 01:10:09 1987 Date-Received: Tue, 8-Sep-87 01:36:39 EDT References: <2788@sdsu.UUCP> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 15 > 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