Wow, I thought XP and Win2K went away from reading Config
and autoexec files.
The only active lines in the Config.nt file are:
dos=high, umb
device=%SystemRoot%\system32\himem.sys
files=40
That is weird. In the past for DOS, I used to set files to 100.
Haven't messed with that in ages upon ages.
Somewhere around 2000 when I moved from Win98 to Win2K.
Is the # a REM command ? All the other lines are all REMmed
out. Where have I seen # used as a comment character?
As a list of comment characters:
; <= assembly
// and /* */ <= c, c++, java, javascript
<!-- --> <= html
' <= VB
REM <= config.sys and autoexec.bat
::: <= This might have worked in config.sys files at one
time.
I have an old config.sys from 1994 lying in a
backup
folder.
My shortcuts are set up to cmd.exe. I didn't know command.com
was still around. Learn something new everyday. Thanks!
--
Jim Carlock
http://www.microcosmotalk.com/
Post replies to the newsgroup.
: I can't seem to find the old DOS prompt attrib command in XP.
:
: Am I missing an SDK thing?
:
:
Just for curiosity, you should edit winnt\system32\config.nt and see
if the line
# NTCMDPROMPT
is #commented out or not
I think you definitely want to be running cmd.exe rather than
command.com
NTCMDPROMPT is commented out in Win2K by default. I don't know if
that has anything to do with your problem or not but it may.