home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / misc / 30000 < prev    next >
Encoding:
Text File  |  1992-09-13  |  2.9 KB  |  61 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!news.claremont.edu!jarthur.claremont.edu!tlilley
  3. From: tlilley@jarthur.claremont.edu (Thomas (Ted) Lilley)
  4. Subject: Re: Full featured OS/2 with just a commandline???
  5. Message-ID: <1992Sep14.000025.8124@muddcs.claremont.edu>
  6. Sender: news@muddcs.claremont.edu (The News System)
  7. Organization: Harvey Mudd College, Claremont, CA 91711
  8. References: <1992Sep11.053741.9667@ans.net> <88601@netnews.upenn.edu> <1992Sep11.171246.11127@nmt.edu>
  9. Date: Mon, 14 Sep 1992 00:00:25 GMT
  10. Lines: 49
  11.  
  12. In article <1992Sep11.171246.11127@nmt.edu> jreynold@nmt.edu (John Reynolds) writes:
  13. >I've got a friend here at school who is visually disabled (politically correct
  14. >terminology I assume :-) and is very good with a computer. He's got a laptop
  15. >with DOS and a special AI-ish program/sound board that tells him audibly
  16. >what's on the screen. He says the company which makes the boards/software
  17. >are working on a OS/2 2.0 version (available in jan.), and he really wants
  18. >to go to OS/2 (obviously a smart individual). My question is this:
  19. >
  20. >How can he load cmd.exe (or 4os2.exe) (sound board/software only works in
  21. >text mode of course) and be able to task switch, etc. in OS/2. I realize that
  22. >he won't be able to run PM apps (or want to), but he want's to be able to
  23. >do things like format disks in the background, and compile in the background,
  24. >etc. (the things that make life worth living...:-).
  25.  
  26.     I run OS/2 with 4os2.exe as my WPS.  Basically, I still have the
  27. mouse and desktop, but none of the icons or normal WPS stuff.  My machine
  28. starts up with a command line in a window, and I can start fs or windowed
  29. sessions from there.  I switch sessions either with the mouse, or by pressing
  30. Alt-Esc, which rotates through my open sessions.  You can get rid of the
  31. Centire desktop, but then you cannot multitask, unfortunately.
  32.     This may be a satisfactory setup for your friend, since it's all
  33. pretty much text-based, although the text can be in windows.  Switching, like
  34. I said, can be handled through the keyboard as well.  To make OS/2 run like
  35. this, make the following change in config.sys:
  36.  
  37.         Set runworkplace=[drive]:\os2\cmd.exe  (or 4os2.exe)
  38.  
  39. You also need a handful of command line utilities to replace the WPS
  40. functionality.  I use :
  41.  
  42.     running2.exe / slay.exe :  Shows running processes and lets you kill
  43.                     them from CL
  44.  
  45.     startd.exe :  Lets you specify dos settings for a particular session
  46.             in a text file.  Rexx also lets you do this.  Pick
  47.             up the latest rexx patch from software.watson.ibm.com
  48.  
  49.     shutdown.exe : Shutdown CL utility.  Worked with my FAT system, but
  50.             is causing traps with my HPFS system now.  Not like
  51.             it matters much, since I'm shutting down, but
  52.             annoying
  53.  
  54. All of these can be found on ftp-os2.nmsu.edu, except possibly the first.
  55. There is a similar program there, though.
  56.  
  57. One additional benefit of running a CL system is less memory overhead, 1.8
  58. megs worth.
  59.  
  60. Ted
  61.