Mail Archives: djgpp-workers/2001/09/20/10:47:23
> 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.
- Raw text -