i have a bat file that has the following it:
sm start "Schedule"
this code runs but the command window closes immediately
what can i put inside the bat file to keep the window open?
|
i have a bat file that has the following it:
this code runs but the command window closes immediately what can i put inside the bat file to keep the window open?
| |||
|
feedback
|
|
Or you can run it with | |||
|
feedback
|
|
I don't know what "sm" or "Schedule" are. But if "start" is cmd.exe's integrated start command, you may be looking for:
| |||
|
feedback
|