• 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.

cmd and command functionality difference

is cmd as a virtual dos machine?

This would imply that it's a DOS emulator to let you run DOS applications, this isn't true. It's just a command-line interface. The fact that some of the commands are the same as those in DOS is irrelevant, they're just there because MS didn't want to make people relearn all of the commands for no reason.
 
CMD is the native Windows NT command prompt. Just because it looks like a DOS command prompt, does NOT mean it is really DOS.

POS Windows 98/ME only have command.com and no native 32-bit command prompt, so that proves they are based on DOS and NOT a true 32-bit OS.

An OS/2 command prompt while it may look like a DOS command prompt as well, IT is NOT 16-bit DOS. It is a command prompt on top of a native high quality 32-bit OS kernel. It is not DOS at all even though it looks like DOS and many of the commands are the same. The same is true with the native CMD Windows NT command prompt.

The DOS command prompts in Windows NT/2000/XP/2003 and OS/2 are COMMAND.com running through complete emulation. It is not at all real native DOS unlike in POS Win95/98/ME.
 
POS Windows 98/ME only have command.com and no native 32-bit command prompt, so that proves they are based on DOS and NOT a true 32-bit OS.

That proves nothing of the sort, all it proves is that MS didn't write 32-bit cli for it.
 
The DOS command prompts in Windows NT/2000/XP/2003 and OS/2 are COMMAND.com running through complete emulation. It is not at all real native DOS unlike in POS Win95/98/ME.
What in the hell are you raving about?
 
thansk for the replies guys

it makes sense now. i discovered i can paste text in cmd, but with command there is no paste funcationality.
 
Originally posted by: stash
The DOS command prompts in Windows NT/2000/XP/2003 and OS/2 are COMMAND.com running through complete emulation. It is not at all real native DOS unlike in POS Win95/98/ME.
What in the hell are you raving about?

ROFLHAHAHA

Yeah he like came in here and took a big tornado-like poop all over the thread ranting about some crap.



Rookie, something you might want to note..
If you run command.exe you will see NTVDM spawn in your list of processes. This is because it's a dos command and needs a virtual dos environment.

cmd.exe doesn't do the same thing. It's simply a command line interface to the native 32 bit operating system.
 
Back
Top