Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!princeton!allegra!ulysses!mhuxt!ihnp4!chinet!nucsrl!gore From: gore@nucsrl.UUCP Newsgroups: comp.os.vms Subject: Re: redirection of stdio, et al. Message-ID: <5660001@nucsrl.UUCP> Date: Sun, 3-May-87 14:46:03 EDT Article-I.D.: nucsrl.5660001 Posted: Sun May 3 14:46:03 1987 Date-Received: Tue, 5-May-87 01:24:27 EDT References: <49@decvax.UUCP> Organization: Northwestern U, Evanston IL, USA Lines: 18 >Does anyone know of any tools that allow command line redirection of >stdio under VMS. Something similar to the way unix and msdos does it is >preferable to some of the methods that have previously been proposed. > >-mike mcguffey $ run/input=input_file/output=output_file program is all it takes. Note that you do have to have both /input and /output. If you want one of them to remain your terminal, use /input=TT: or /output=TT:. If you don't have any input, use /input=NLA0: (the null device). Warning: this is all from memory. Use HELP RUN to confirm this. Jacob Gore Northwestern University, Computer Science Research Lab {gargoyle,ihnp4,chinet}!nucsrl!gore gore@EECS.NWU.Edu (for now, only from ARPA)