Discussion:
Multi-tasking on DOS laptop again?
(too old to reply)
Harry Potter
2020-11-15 13:41:09 UTC
Permalink
Hi! I believe I asked this before, but I have a DOS laptop at my mother's house and want to utilize it for programming. Now, I need to have multiple programs open at once. I tried DOSSHELL, but its multi-tasking didn't work. Is there any other choice?
Sjouke Burry
2020-11-15 13:58:40 UTC
Permalink
Post by Harry Potter
Hi! I believe I asked this before, but I have a DOS laptop at my mother's house and want to utilize it for programming. Now, I need to have multiple programs open at once. I tried DOSSHELL, but its multi-tasking didn't work. Is there any other choice?
Timeslicing . Each intended function active in its own timeslice,
but all running in one main program.
Something like dosshell obviously.
And you better use something like 32 bit Watcom, so you have
64 Mbyte program space.
Harry Potter
2020-11-15 14:44:55 UTC
Permalink
I have DOSSHELL. I tried it and ran into some minor annoyances. Then I tried to open a new program--COMMAND.COM--and got an error message stating that COMMAND.COM or DOSSWAP.EXE was not found. I managed to get back to DOSSHELL, but, when I switched back to the prompt, I got a blank screen and none of the usual task-switching keys worked.
Harry Potter
2020-11-15 15:27:08 UTC
Permalink
I did my homework for once and searched for the tool myself and found PCTools. I'm working on installing it now. :)
Harry Potter
2020-11-15 15:54:20 UTC
Permalink
I have a problem: I couldn't install the program, as the installer kept asking for Disk #1 even though I copied all the Disk 1 files to the floppy. :( How do I fix it?
JJ
2020-11-16 14:21:09 UTC
Permalink
Post by Harry Potter
Hi! I believe I asked this before, but I have a DOS laptop at my mother's
house and want to utilize it for programming. Now, I need to have
multiple programs open at once. I tried DOSSHELL, but its multi-tasking
didn't work. Is there any other choice?
DOSSHELL is not a multi tasker. It's just a shell. Use Quarterdeck DESQview
instead.
Robert Riebisch
2020-11-16 17:46:22 UTC
Permalink
Post by JJ
Post by Harry Potter
Hi! I believe I asked this before, but I have a DOS laptop at my mother's
house and want to utilize it for programming. Now, I need to have
multiple programs open at once. I tried DOSSHELL, but its multi-tasking
didn't work. Is there any other choice?
DOSSHELL is not a multi tasker. It's just a shell. Use Quarterdeck DESQview
instead.
DOSSHELL is /not/ a shell, but a task switcher.
See https://en.wikipedia.org/wiki/DOS_Shell
--
Robert Riebisch
Harry Potter
2020-11-17 19:44:53 UTC
Permalink
IIRC, DOSSHELL is *both* a shell *and* a task-switcher, as it includes the functionality of both. Just saying....
JJ
2020-11-18 12:55:19 UTC
Permalink
Post by Robert Riebisch
DOSSHELL is /not/ a shell, but a task switcher.
See https://en.wikipedia.org/wiki/DOS_Shell
I don't consider it as a task switcher considering that it can only "switch"
back to DOSSHELL by exiting the spawned program. It can't actually switch
back to DOSSHELL while the spawned program is still running. IOTW, it's more
like a mere program launcher. A shell.
Harry Potter
2020-11-19 20:30:23 UTC
Permalink
How do I install PC Tools Deluxe 4.0 or 6.0?

Loading...