From: MERC::"uunet!CRVAX.SRI.COM!RELAY-INFO-VAX" 8-JUN-1992 09:22:34.92 To: mlevin@presto.cs.tufts.edu, info-vax@sri.com CC: Subj: SPAWN/NOWAIT Mike Levin had problems with starting a background process (DECWindows application): >[...] > spawn /nowait run seems to work, but it is sensitive to things like ^C > (they kill the process). run /detached doesn't work (it never comes > up). What is the proper way to invoke one of these things? >[...] You probably want to use $ SPAWN/NOWAIT/INPUT=NL: A process started this way will *not* be affected by ^C and ^Y. There are a few more similar cases in VMS, where you need an unobvious non-default qualifier for typically desired operation. Some examples from my daily experience: $ submit /NOPRINT $ copy /NOCONCATENATE $ set host /RESTORE $ type /PAGE $ directory/size =ALL $ cc/list /SHOW=BRIEF privileged: $ backup /OWNER=PARENT $ initialize /HEADERS= Maybe one could make a FAQ topic out of this? Wolfgang J. Moeller, GWDG, D-3400 Goettingen, F.R.Germany | Disclaimer ... PSI%(0262)45050352008::MOELLER Phone: +49 551 201516 | No claim intended! Internet: moeller@gwdgv1.dnet.gwdg.de | This space intentionally left blank.