How to make the BATCH script to wait for user Keyboard Input?
13 Mar 2015 | Jekyll, DocumentationWhile running bat files, if any error occurs, it will vanishes without waiting for the user to review it. To overcome this issue, we can make the bat file to wait for the user input to terminate the window like getch() is being used in C programming.
Read More...