1) something about my fix for a lack of environment space is causing a major bug that is sooo weird it should be the new definition for weirdness. All the fix does is add the following line to CONFIG.SYS
SHELL=COMMAND.COM /E:4096 /P
2) if i install this fix on a totally clean newly installed OS it works fine with no problems. When i run AP on it to fully patch it, there are still no problems afterwards (which is how i was testing).
3) if i install this fix on a totally patched system i get the following error: Can't find COMMAND.COM

4) a fix for this problem is simply adding
SET PATH=%PATH%
to AUTOEXEC.bat and the problem goes away. Even just adding a REM statement to AUTOEXEC.bat fixes this problem !!!!
I have been testing exactly what 'fixes' this problem and it seems that if the size of the AUTOEXEC.BAT file is zero the problem is there, but if AUTOEXEC.BAT is even 1 byte in size or over then the problem is NOT there. All i did was add a space to AUTOEXEC.BAT and the problem is fixed. The problem also goes away if i change the line added to CONFIG.SYS to
SHELL=C:\WINDOWS\COMMAND.COM /E:4096 /P
But this means that if the user has COMMAND.COM in a different directory its not going to work. And i can't use:
SHELL=%windir%\COMMAND.COM /E:4096 /P
which would avoid the different directory issue. You can't use environment variables in CONFIG.SYS
WHAT IS GOING ON ???????????? .... far out this AP project is giving me gray hairs before my time !!!
Thanks in advance for any comments or help.



Help

Back to top










