MS-DOS Command Prompt for Vista

  • Thread starter Thread starter Hal
  • Start date Start date
Along with the other replies made to your post, clicking Start, All Programs
and you'll find the "Command Prompt" in the Accessories sub-menu, this is
the DOS command line window.
 
I don't see any way to get a DOS command line for VISTA.

Is itg possible using VISTA?

Well, technically speaking,
cmd.exe console window
looks like DOS
has a syntax of DOS command line
but is not a DOS.
 
Along with the other replies made to your post, clicking Start, All Programs
and you'll find the "Command Prompt" in the Accessories sub-menu, this is
the DOS command line window.

It should be added that most Vista/Win7 video drivers do not support
full-screen mode for non-Windows programs. You cannot have full-screen
text or old DOS graphics programs without using something like DOSBOX.
 
Poutnik said:
Well, technically speaking, cmd.exe console window
looks like DOS has a syntax of DOS command line
but is not a DOS.

True. It's a 32-bit command console (or 64-bit command console, if
you're using the 64-bit version of the OS). Programs running in that
environment can do anything that a GUI program can do, including
showing windows. The 32-bit version can also run most old 16-bit
real-mode (DOS) programs.
 
Hal said:
I don't see any way to get a DOS command line for VISTA.

Is itg possible using VISTA?


Certainly:

1) Start > Run > CMD <ENTER>.

2) Start > All Programs > Accessories > Command Prompt.



--

Bruce Chambers

Help us help you:


http://support.microsoft.com/default.aspx/kb/555375

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
 
To Death who I block

Type Command to start the Dos 5.00.500 command shell. Then follow the steps
rather than having a closed mind.
 
Hal said:
I don't see any way to get a DOS command line for VISTA.

Is itg possible using VISTA?

even easier that most of the suggestion just type cmd in the start
search box it should be at the top of the list that pops up.
 
Death said:
Opening the command prompt starts %SystemRoot%\system32\cmd.exe and
stays open until you exit the command prompt. Reguardless of what you
type.


Paste the following in a .txt file. Change the extension to .reg
Click on it. You will then have a DOS window option
with a right click on the folder name.

================================================
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Open a Dos Window\command]

[HKEY_CLASSES_ROOT\Directory\shell\Open a Dos Window\command]
@="cmd.exe %1"

======================================================
 
Not much point as it is already part of vista. Shift and right click a
directory. Remove the extended named value at
HKEY_CLASSES_ROOT\Directory\shell\cmd
to not have to hold shift
--
..
--
Natéag said:
Death said:
Opening the command prompt starts %SystemRoot%\system32\cmd.exe and
stays open until you exit the command prompt. Reguardless of what you
type.


Paste the following in a .txt file. Change the extension to .reg
Click on it. You will then have a DOS window option
with a right click on the folder name.

================================================
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Open a Dos Window\command]

[HKEY_CLASSES_ROOT\Directory\shell\Open a Dos Window\command]
@="cmd.exe %1"

======================================================
 
even easier that most of the suggestion just type cmd in the start search box
it should be at the top of the list that pops up.

And to add to the thread something that I haven't seen mentioned yet:

If I type cmd in the start search box and press enter, I get a command
window, of course. But if I type command, I get a search window that
says in its title bar that it is in administrator mode. (I did both of
these are without shift keys or right click menus for this test.)

To be explicit: the first title bar says "C:\Windows\system32\cmd.exe",
and the second says "Administrator:Command Prompt".

I haven't verified the above for actual privileges.
 
Have a look at what you are choosing. The discussion on cmd and command is
Start-Run typing. Your searches will be somewhat machine specific (if I type
cmd in search I get some debugging console).
 
Back
Top