Message-ID: From: Michel de Ruiter To: "'Juan Manuel Guerrero'" , "'djgpp-workers AT delorie DOT com'" Cc: Eli Zaretskii , Alain Magloire , "'Juan Manuel Guerrero'" Subject: RE: [alain AT qnx DOT com: GNU_grep-2.5b_beta] Date: Wed, 14 Feb 2001 10:43:04 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Reply-To: djgpp-workers AT delorie DOT com > The file djgpp/config.bat is broken, making configuration impossible > on msdos 6.22 if 4dos.com is used as shell. This has been fixed. I remember having troubles using 4DOS on config.bat in some (Sed?, Emacs?) source. I fixed that, first by changing config.bat to 4DOS' needs. Then, on Eli's advice, I changed the fix to including a file named config.btm that contains: command.com /e:1024 /c %0.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 This way, whatever 4DOS version the user has, command.com will be used. Isn't this safer and easier than fixing config.bat? Hope this helps, Michel.