• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What's the difference between command and cmd in winxp?

slicksilver

Golden Member
Both of them look the same and perform the same....so why did MS give them a different file name? .......I also need to know how I can directly go into a windows explorer folder in dos.......I mean suppose I am browsing C:\ABC in explorer and then run command......it refuses to go into the directory unlike the dos in winme......and how do I get the classic and original DOS look when I run command? like you know the full screen , the bigger fonts and all.......I figured out how to make it run in full screen but the fonts look weird...they dont look like the old 6.22 fonts......and lastly, has doskey been disabled in winxp?

Thanks a million in advance

Raj
 
Command and cmd are 2 different things. CMD is your XP command line. Command does a DOS emulation. Environment variables are different among other things. You have doskey like functionality in a CMD window - you don't have it in a command window. There are many commands you cannot do in a command window.

Command was left around to give you something a little bit closer to DOS if you have a really old program that doesn't run properly under CMD.

CMD is what you want to use.

 
CMD
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>

COMMAND
Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C:\DOCUME~1\ADMINI~1>

🙂😀😛



 
SinNisTeR's post points out another important difference (although not as directly as I am about to). 😀

CMD supports long file names.

COMMAND doesn't.
 
Back
Top