Saved Bookmarks
| 1. |
Solve : Why is 'pause' command usually skipped in a batch file?? |
|
Answer» I found several times that 'pause' command was not executed as EXPECTED in my batch files. It's usually executed after execution of several following commands. If one of following commands is 'exit' or 'shutdown', I can't FIND it's executed. How come?Give at least one actual EXAMPLE of code, preferably more, not a summary or description, where this happened. |
|