Mail Archives: djgpp/2000/04/05/13:08:32
-: > So you're saying it would be all right to do this:
-: > SHELL=C:\DJGPP\bin\bash.exe
-: IIRC, one year ago someone posted all the instructions
-: to have bash.exe as a replace for command.com.
I believe it was Martin S, but he did this under DOS 6.x.
-: I tried it on my old 386 with dos 5.0 and it worked,
-: I will look if I find those instructions and then I can
-: send them to you if you wish.
IIRC, it's no problem with DOS 6.x, because there you can use the SET
command in config.sys. Therefore you can SET a non-null path so that
cwsdpmi can be found when the `SHELL' command to load bash.exe is
encountered. If there is anything in your autoexec.bat file that you
want to keep, move it to config.sys, because your autoexec.bat file
won't be processed after SHELL loads bash.exe.
Under DOS 5.0, config.sys exits with a null path (and I mean *null*;
it's not even PATH=.), so when you use SHELL to load bash.exe, the
system cannot find cwsdpmi.
I'd be *very* interested to know how you did this under DOS 5.0.
- Raw text -