( search forums )
Windows Xp Commands
Soldat Forums - Misc - The Bash Pit
mickle89
June 20, 2005, 9:43 am
I need to know some 'dos' for Windows Xp commands. With '98 I could use it but XP command is different for me.

Say if there are some files on my desktop how would I use Command to open the folders then run a .exe?

Felix
June 20, 2005, 9:47 am
google is your friend [URL]

mickle89
June 20, 2005, 10:15 am
argh damnit i found a whole list of them.

Deleted User
June 20, 2005, 2:50 pm
another help me thread?

SPARTAN_III
June 20, 2005, 3:56 pm
im gonna be really evil.....

start-run-"regedit.exe"

go delete it all. DO NOT DO THIS IT WAS A JOKE.

but that is the registry editor, my fave part of windows.

Alamo
June 20, 2005, 4:31 pm
windows button + r
'cmd' enter

now you have a dos box... navigate with it like you would have with the win98 dos. if this is not what your looking for, i'm sorry ^^

SERIAL KILLeR
June 20, 2005, 4:58 pm
it it for a batch file ?

start "C:\Documents and Settings\your_XP_acountname\Desktop\program.exe"

To go to the folder:

CD "C:\Documents and Settings\your_XP_acountname\Desktop\"

To list the files in the folder:

DIR "C:\Documents and Settings\your_XP_acountname\Desktop\"