Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!NAIF.JPL.NASA.GOV!PJS From: PJS@NAIF.JPL.NASA.GOV (Peter Scott) Newsgroups: comp.os.vms Subject: Command tables for subprocesses Message-ID: <880421145148.000002CB091@naif.JPL.NASA.GOV> Date: 21 Apr 88 22:51:48 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 Any command that I have defined in my session with a "SET COMMAND " command is unknown to a subprocess that I create with "SPAWN/NOWAIT". Since I would like to do background processing with these commands, the only way I know to make the commands available would be to spawn a command procedure that contained the SET COMMAND command. This would usually take enough time that it takes the edge off the efficiency I am aiming for. Is there another solution that lets me type "SPAWN/NOWAIT "? Peter Scott (pjs%grouch@jpl-mil.jpl.nasa.gov)