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