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
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:
Post a Comment