home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / os2 / misc / 40129 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.6 KB  |  42 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!utcsri!newsflash.concordia.ca!mizar.cc.umanitoba.ca!news!buhr
  3. From: buhr@umanitoba.ca (Kevin Andrew Buhr)
  4. Subject: Re: DOS session from command line
  5. In-Reply-To: diesel@odie.ee.wits.ac.za's message of 21 Dec 92 18:29:37 GMT
  6. Message-ID: <BUHR.92Dec21164132@ccu.umanitoba.ca>
  7. Sender: news@ccu.umanitoba.ca
  8. Nntp-Posting-Host: ccu.umanitoba.ca
  9. Organization: University of Manitoba, Canada
  10. References: <diesel.83@odie.ee.wits.ac.za>
  11. Date: Mon, 21 Dec 1992 22:41:32 GMT
  12. Lines: 28
  13.  
  14. In article <diesel.83@odie.ee.wits.ac.za> diesel@odie.ee.wits.ac.za
  15. (Bruce Diesel ) writes:
  16. |
  17. |  I've got a query on behalf of my brother who would like to know how to how 
  18. |  to start a minimal dos session from the OS/2 command line so that the DOS 
  19. |  session does not pick up the config.sys defaults - i.e. he wants to start a 
  20. |  couple of DOS sessions with only 640k and no EMS or XMS memory allocated to 
  21. |  them.
  22.  
  23. It's great posting to this board, because almost all the questions
  24. have the same answer.  ;)
  25.  
  26. The "STARTD" utility, available via anonymous FTP from
  27. "ftp-os2.nmsu.edu:/pub/os2/2.0/sysutils/startd.zip" will do what you
  28. want.  It allows you to type something like:
  29.  
  30.         STARTD /DOS /WIN /SF noems.set
  31.  
  32. where the "noems.set" file contains a line like:
  33.  
  34.         EMS_MEMORY_LIMIT=0
  35.  
  36. Neat, eh?  The utility also allows fullscreen or windowed sessions.
  37. It allows DOS sessions to be started in the background, and it allows
  38. you to associate an icon file with the program (when it's minimized).
  39. In short, it's an OS/2 requirement.
  40.  
  41. Kevin <buhr@ccu.UManitoba.CA>
  42.