home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / misc / 41537 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.0 KB

  1. Path: sparky!uunet!PKSMRVM.VNET.IBM.COM
  2. From: KENKAHN@PKSMRVM.VNET.IBM.COM (Kenneth A. Kahn)
  3. Message-ID: <19930107.115224.653@almaden.ibm.com>
  4. Date: Thu, 7 Jan 93 14:52:14 EST
  5. Newsgroups: comp.os.os2.misc
  6. Subject: Re: Detach command.
  7. Organization: Staff of IBM Fellow - IBM Personal/370
  8. Disclaimer: This posting represents the poster's views, not those of IBM
  9. News-Software: UReply 3.0
  10. X-X-From: KENKAHN@PKSMRVM.VNET.IBM.COM (Ken Kahn)
  11. References: <1ih9vnINNbrf@transfer.stratus.com>
  12.             <21062@ucdavis.ucdavis.edu>
  13. Lines: 11
  14.  
  15. In <21062@ucdavis.ucdavis.edu> James E. Lee writes:
  16. >Also, does anyone know of a way to put something in the background
  17. >and foreground on the fly without using PM windows (like fg & bg in
  18. >UNIX)?
  19. >
  20.  
  21. I'm not sure what you mean by "on the fly" but you can use the START command
  22. to kick off a background process via the /B option.  You can create an object
  23. that starts a command processor, File Name of '*', and specify parameters like
  24. "/C START /B prog.exe" to start the background session without calling up a
  25. new window.
  26.