Sunday, February 22, 2009

Accessing the Command Shell from Run-Windows Xp Tips and Tricks-Windows Xp Tips and Tricks

Accessing the Command Shell from Run

The command interpreter can be invoked to carry out a command from the Run line by entering 
cmd /c some_command
With the switch "/c", some_command will be carried out and the command shell will then close. If you want the command shell to remain open, use the switch "/k". Enter 
cmd /k some_command


0 Comments: