Jump to content


Windows Command Prompt


9 replies to this topic

#1 OFFLINE   Tom AZ

    Power Member

  • Members
  • PipPipPipPip
  • 941 posts
  • Location:Scottsdale, AZ USA

Posted 28 May 2008 - 08:53 PM

How do I access the Windows Command Prompt. Can't seem to find it.

#2 OFFLINE   Keithuk

    Power Member

  • Members
  • PipPipPipPip
  • 957 posts
  • Gender:Male
  • Location:Staffordshire, England
  • Interests:Programming in Visual Basic.

Posted 28 May 2008 - 09:02 PM

View PostTom AZ, on May 28 2008, 08:53 PM, said:

How do I access the Windows Command Prompt. Can't seem to find it.
If its WinXP then its Cmd. If its Win9x/ME its Command.com. I think Cmd.exe, I don't think its a com in XP, should be in your Windows\System32 folder. Have you tried a file search? Search for Cmd that should find an exe or com. ;)
[b]Keith

Windows XP 2002 SP3
IE 7.0

Martin2k

Rorshach112 is the best

#3 OFFLINE   larry39

    Advanced Member

  • Members
  • PipPipPip
  • 131 posts
  • Gender:Male
  • Location:SC, United States

Posted 28 May 2008 - 09:57 PM

Are you wanting to find the cmd file or run it?

If you're wanting to run the command program:

go to start-run, type 'cmd' (without the quotes) and hit enter.

This will open up a dos command window.

When you are through with your commands, type 'exit' (no quotes) then hit enter. This will close the dos command window.

#4 OFFLINE   Corona

    Power Member

  • Members
  • PipPipPipPip
  • 1,932 posts
  • Gender:Male
  • Location:US

Posted 28 May 2008 - 10:06 PM

That is so not me. :lol:

#5 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,330 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 28 May 2008 - 10:06 PM

In WinXP there's by default a shortcut created to Command Prompt by the Windows installation, it's located in:
Start, All Programs, Accessories
Complexity of incoherent design.

#6 OFFLINE   larry39

    Advanced Member

  • Members
  • PipPipPip
  • 131 posts
  • Gender:Male
  • Location:SC, United States

Posted 28 May 2008 - 10:10 PM

View PostAndavari, on May 28 2008, 11:06 PM, said:

In WinXP there's by default a shortcut created to Command Prompt by the Windows installation, it's located in:
Start, All Programs, Accessories

I had completely forgot about the shortcut. Much faster that way.

#7 OFFLINE   Tom AZ

    Power Member

  • Members
  • PipPipPipPip
  • 941 posts
  • Location:Scottsdale, AZ USA

Posted 28 May 2008 - 11:17 PM

I found it. Thanks to all for the help.

#8 OFFLINE   Humpty

    Super Hero

  • Members
  • PipPipPipPipPip
  • 2,125 posts

Posted 29 May 2008 - 08:12 AM

If you use quicklaunch in your toolbar you could drag and drop it there from the system 32 folder for easy access.

#9 OFFLINE   Keithuk

    Power Member

  • Members
  • PipPipPipPip
  • 957 posts
  • Gender:Male
  • Location:Staffordshire, England
  • Interests:Programming in Visual Basic.

Posted 29 May 2008 - 11:52 AM

I've just done a search on my WinXP at work and it has Command.com as well as Cmd.exe both in the Windows\System32 folder, and both of them work the same. As already suggested it has the Command Prompt short-cut in Accessories. There is also an help file Ntcmds.chm in the Windows\Help folder which gives you all the functions and command switches.

So your up and running again Tom? ;)
[b]Keith

Windows XP 2002 SP3
IE 7.0

Martin2k

Rorshach112 is the best

#10 OFFLINE   Humpty

    Super Hero

  • Members
  • PipPipPipPipPip
  • 2,125 posts

Posted 29 May 2008 - 12:04 PM

Apparently there is a difference between the two commamds.

Quote

The bottom line is actually quite simple: use CMD.EXE unless you know you need COMMAND.COM for compatibility with some older 16bit program. And even then, if you try and run a 16 bit program in CMD.EXE, it will typically run it within COMMAND.COM for you anyway, so you still may not need to know or care.
Ask Leo