home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20385 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  1.9 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!miclon!nreadwin
  2. From: nreadwin@micrognosis.co.uk (Neil Readwin)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: local printing out of detached process
  5. Message-ID: <C0EGqE.HLL@micrognosis.co.uk>
  6. Date: 5 Jan 93 21:23:01 GMT
  7. References: <1993Jan5.103014.347@csghsg5a.bitnet> <1993Jan5.131302.21764@ncsa.uiuc.edu>
  8. Sender: news@micrognosis.co.uk
  9. Organization: Micrognosis, a division of CSK(UK) Ltd
  10. Lines: 31
  11.  
  12. In article <1993Jan5.131302.21764@ncsa.uiuc.edu>, jsue@ncsa.uiuc.edu (Jeffrey L. Sue) writes:
  13. |> In article <1993Jan5.103014.347@csghsg5a.bitnet> 92636828s@csghsg5a.bitnet writes:
  14. |> >I'm trying to create a detached subprocess or process, which has to be
  15. |> >attached to the terminal, because I want to run it a batch-file with
  16. |> >the following content: $mc prt type *.txt
  17. |> >Spawn/nowait anything.com doesn't help for although the subprocess runs
  18. |> >asynchronous the "motherprocess" is stopped till completion of the subprocess.
  19. |> >Is there a possibility to do it via run/detach ?
  20. |> >Any kind of help will be appreciated.  
  21. |> 
  22. |> Try $ HELP SPAWN
  23. |> see /WAIT
  24.  
  25. Given that David-Michael has said that 'Spawn/nowait anything.com doesn't
  26. help' this probably will not help much.
  27.  
  28. On the other hand, he also says 'although the subprocess runs asynchronous
  29. the "motherprocess" is stopped till completion of the subprocess'. This is
  30. not true, but if he means that the child process is killed if the parent
  31. process is stopped then this is correct. The real question is what is the
  32. command
  33.     $mc prt type *.txt
  34. supposed to do and why won't
  35.     $print *.txt
  36. (with some set of qualifiers) do the job? Since 'mc prt' will not work here
  37. I assume that it is either a local hack or (conceivably) a layered product.
  38.  
  39. More information from the original poster is what we need. Neil.
  40. -- 
  41.  Phone: +44 71 815 5283  E-mail: nreadwin@micrognosis.co.uk
  42.  Anything is a cause for sorrow that my mind or body has made
  43.