doskey in win2000 dosen't work anymore?

  • Thread starter Thread starter peter lang
  • Start date Start date
P

peter lang

Hi Group,

I'm running Win2000 with sp4, and doskey dosen't work anymore in the
command window. Any suggestion?

TIA

peter
 
peter said:
Hi Group,

I'm running Win2000 with sp4, and doskey dosen't work anymore in the
command window. Any suggestion?

TIA

peter

When you say 'doesn't work anymore', did it work before and then suddenly
stop working? How about in the CMD window?
 
peter said:
Hi Group,

I'm running Win2000 with sp4, and doskey dosen't work anymore in the
command window. Any suggestion?

TIA

peter
After starting the CMD window and typed in the doskey command, I've
typed in a few DOS commands and then press the Up and Down arrows, and
the previously typed in commands don't scroll. Also function keys don't
operate either. Other than that, the system is fine...

thanks,
peter
 
peter said:
After starting the CMD window and typed in the doskey command, I've
typed in a few DOS commands and then press the Up and Down arrows, and
the previously typed in commands don't scroll. Also function keys don't
operate either. Other than that, the system is fine...

thanks,
peter

You are using CMD.EXE rather than COMMAND.COM as your command processor?
With CMD.EXE, there's no need to type the DOSKEY command; this functionality
is built in.
 
Phil said:
You are using CMD.EXE rather than COMMAND.COM as your command processor?
With CMD.EXE, there's no need to type the DOSKEY command; this
functionality
is built in.
d'ooooooooooooooooooh

thanks Phil...
 
After starting the CMD window and typed in the doskey command, I've
typed in a few DOS commands and then press the Up and Down arrows, and
the previously typed in commands don't scroll. Also function keys don't
operate either. Other than that, the system is fine...

thanks,
peter


First, you don't need to type DOSKEY. That functionality is built into the
CMD process.

Are you sure that you are not opening a COMMAND window? COMMAND was from
Win98 -- you want to use CMD with Win2K or XP.

Go to START>RUN and type CMD /k.
 
Back
Top