Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!BYUVAX.BITNET!HIGHAMP From: HIGHAMP@BYUVAX.BITNET.UUCP Newsgroups: comp.os.vms Subject: PROBLEM WITH CLI$DCL_PARSE Message-ID: <8706170532.AA21436@jade.berkeley.edu> Date: Tue, 16-Jun-87 21:00:00 EDT Article-I.D.: jade.8706170532.AA21436 Posted: Tue Jun 16 21:00:00 1987 Date-Received: Thu, 18-Jun-87 05:00:19 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 26 From: HIGHAMP@byuvax Newsgroups: comp.os.vms Subject: PROBLEM WITH CLI$DCL_PARSE It seems that my previous response to this question didn't post... Forgive me if I'm mistaken. As mentioned, your problem is the lack of CLI in a detached process because LOGINOUT hasn't initialized one. I've experienced the same difficulty when trying to spawn from a detached process. To get around this (one solution), try running SYS$SYSTEM:LOGINOUT.EXE with the detached qualifier, and use a command procedure as the input: $ Run/detached/input=my.com sys$system:loginout.exe MY.COM can simply contain " $ RUN MY.PROGRAM " if you want. By the way, this is how you "run" command procedures detached. Hope this helps. Dave Higham Signetics Corp. Orem, Utah