Command Prompt Here

  • Thread starter Thread starter MikeG
  • Start date Start date
M

MikeG

Once I get into the DOS window and have a command line, am wondering what
DOS commands are available with XP? What DOS version works and where can I
get the whole thing? Thanks...Mike
 
Windows XP retains and enhances almost all MS-DOS functionality. The following tables
explain:

• Changes to the functionality of MS-DOS commands.

• MS-DOS commands that are no longer available in Windows XP.

• MS-DOS commands that are no longer available on Windows XP 64-Bit Edition.


http://www.microsoft.com/resources/...xp/all/proddocs/en-us/dos_diffs.mspx?mfr=true



--

==================================
TaurArian [MS-MVP] 2005-2007 - Australia
==================================
http://www.dts-l.org/goodpost.htm
Need more help? http://support.microsoft.com/?scid=ph;en-us;6527
Get Safe online: http://www.getsafeonline.org/
(Links to web pages and MSKB Articles are posted for the purposes of keeping the
information current)


| Once I get into the DOS window and have a command line, am wondering what
| DOS commands are available with XP? What DOS version works and where can I
| get the whole thing? Thanks...Mike
|
|
 
MikeG said:
Once I get into the DOS window and have a command line, am wondering
what DOS commands are available with XP? What DOS version works and
where can I get the whole thing? Thanks...Mike

At the command prompt, type Help.

Check out the Help and Support; search for "DOS" and 'command'.

Pop`
 
Open a command prompt, type: help and hit Enter.

Command-line reference
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds_o.mspx

Or >>

Command-line reference

Start | Run | Copy and paste the following line:

hh ntcmds.chm

Click OK.

Double click on the closed book icon.
-----

Command-line reference A-Z
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds_o.mspx

Or >>

Command-line reference A-Z

Start | Run | Copy and paste the following line:

hh ntcmds.chm::/ntcmds.htm

Click OK.

I have a shortcut to
%windir%\hh.exe ms-its:c:\Windows\Help\ntcmds.chm::/ntcmds.htm
on my Start Menu.
-----

New ways to do familiar tasks
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/dos_diffs.mspx

Or >>

New ways to do familiar tasks

Start | Run | Copy and paste the following line:

hh ntcmds.chm::/dos_diffs.htm

Click OK.

Scroll down to Unavailable MS-DOS Commands

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
MikeG said:
Once I get into the DOS window and have a command line, am wondering
what DOS commands are available with XP?


If you're familiar with DOS, most of the commands you know will work.

What DOS version works


No DOS version works. This is not DOs, but a DOS-like command line
interface.

and
where can I get the whole thing?


You have the whole thing. There is no more.
 
Many thanks to all who replied to my post - really appreciate it. You
answered everything...I'm an old DOS person and want to start using it
again...Mike
 
In XP, you'll have to make do with the command line. There is no DOS.

But as pointed out, *almost* everything that you already know is not wasted.
Many of the old DOS commands are similar to NT commands. And there are new
NT commands that never existed in DOS.

Command.com may read:

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

But every command typed into command.com is executed by cmd.exe.

Windows XP is really Windows NT 5.1.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Back
Top