Message-ID: <250B3114DA16D511B82C00E0094005F8023FC192@MSGWAW11> From: Wojciech Galazka To: "'djgpp-workers AT delorie DOT com'" , eliz AT is DOT elta DOT co DOT il Subject: Re: W2K error message documentation Date: Thu, 20 Sep 2001 16:45:53 +0200 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 > If there's no LFN support in COMMAND.COM, various config.bat files > will start failing in mysterious ways, because they generally assume > that LFN is supported in the same way by the shell and by DJGPP > programs. In that case, I think we will have to figure out a way to > run cmd.exe on such systems. Could you check the effects of the following below: NTCMDPROMPT REM When you return to the command prompt from a TSR or while running an REM MS-DOS-based application, Windows runs COMMAND.COM. This allows the REM TSR to remain active. To run CMD.EXE, the Windows command prompt, REM rather than COMMAND.COM, add the command ntcmdprompt to CONFIG.NT or REM other startup file.