Run Command

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I run the run command but can not view the results it goes right off the
screen at it is completed the task. How can I view the results?
 
I assume your running a command prompt program from run?

Try running "cmd /k <your program here>"

The /k is a switch that keeps the command prompt open even after the task it
was executing terminates.
 
Back
Top