Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ucla-cs!zen!ucbvax!RADC-MULTICS.ARPA!Peck From: Peck@RADC-MULTICS.ARPA (Rodney) Newsgroups: comp.os.vms Subject: Re: Command procedure input Message-ID: <870704054418.857109@RADC-MULTICS.ARPA> Date: Sat, 4-Jul-87 01:44:00 EDT Article-I.D.: RADC-MUL.870704054418.857109 Posted: Sat Jul 4 01:44:00 1987 Date-Received: Sat, 4-Jul-87 20:07:51 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 14 Well, I went thru this exact problem a week ago. To get the programs to accept input from a terminal when executed from a batch job, you have to redefine sys$input in user_mode. The following works real dandy: $define/user_mode sys$input tt: $ edit/tpu myfile I think your problem is that sys$command is munged in com files too. I'm fairly certain that tt: is always the i/o terminal associated with the process. -rodney PS: The rawo of multics/unix has extremely little to do with the problem.