Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!SPCA.BBN.COM!gwalker From: gwalker@SPCA.BBN.COM.UUCP Newsgroups: mod.computers.vax Subject: Re: LIB$SPAWN Message-ID: <8703062358.AA26870@ucbvax.Berkeley.EDU> Date: Fri, 6-Mar-87 17:01:28 EST Article-I.D.: ucbvax.8703062358.AA26870 Posted: Fri Mar 6 17:01:28 1987 Date-Received: Sun, 8-Mar-87 10:29:09 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 10 Approved: info-vax@sri-kl.arpa I have often seen problems with programs that work fine when run normally but don't work when run with /detach. I think it has always turned out to be the case that the detached process gets confused about what its input, output, and error channels are. I suspect if you did the RUN/DETACH and specified the input, output, and error to be some file or NLA0: OR if you modified the program to pass the input and output arguments to lib$spawn as NLA0:, it would probably work. -- Gail Walker