command prompt DOS?

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

isn't command prompt the same as dos?
it sure acts like dos...
thanks.
 
COMMAND.COM ==> Virtual MS-DOS for Windows
CMD.EXE ==> Windows "Command Prompt"
 
thanks....i still have my win3.1 computer working!!!!!
use it for games only.
 
thanks.....these must be "run" commands....
-----Original Message-----
COMMAND.COM ==> Virtual MS-DOS for Windows
CMD.EXE ==> Windows "Command Prompt"


.
 
No. Nothing to do with Dos. XP's command prompt is a 32 bit windows console
application. Any command you type into a Dos command prompt get given to the
32 bit command prompt for execution.

Type in start Run

cmd
then dir /?

command
then dir /?

command /k dir /?
[This is the Dos 5 Dir command. The other two show the Windows equivelent
commands - this is the only way to issue an internal dos command].
 
bob said:
isn't command prompt the same as dos?


It is not DOS (16 bit operating system running in the CPU's intel '86'
mode) but a 32 bit command interpreter running in an emulated
environment - so it *looks* like a DOS command interpreter and will run
well behaved DOS programs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top