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

  1. Xref: sparky comp.os.os2.misc:42059 comp.os.os2.apps:10067
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!swrinde!emory!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!sl31+
  3. From: sl31+@andrew.cmu.edu (Stephen M. Lacy)
  4. Newsgroups: comp.os.os2.misc,comp.os.os2.apps
  5. Subject: Neat timesaving trick.
  6. Message-ID: <4fIYJ=W00WBOQ890hA@andrew.cmu.edu>
  7. Date: 11 Jan 93 18:12:59 GMT
  8. Article-I.D.: andrew.4fIYJ=W00WBOQ890hA
  9. Organization: Junior, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
  10. Lines: 26
  11.  
  12. Hi all,
  13.  
  14. I was just playing around with my computer again (gee, guess why I'm a
  15. CS major) and I thought of the following thing: Gee its annoying that
  16. when running a PM application from a windowed session, it doesn't
  17. automatically start up in the background.  Here's how I got around this:
  18.  
  19. Make the directory \os2\cmd.
  20.  
  21. Modify your config.sys so that \os2\cmd is the first entry in the path.
  22. Now, for your favorite PM application, make the following command file:
  23.  
  24. @start full_pathname_of_program %1 %2 %3 %4 %5 %6 %7 %8 %9
  25.  
  26. So, I have e.cmd which looks like
  27.  
  28. @start \os2\e %1 %2 %3 %4 %5 %6 %7 %8 %9
  29.  
  30. (is there an easier way than making all the %'s?)
  31.  
  32. Just a little word of advice.
  33.  
  34. Steve
  35.  
  36. "Believe it or not, I consider myself a normative ethical relativist!"
  37. -Stephen Lacy
  38.