A couple of items on the Windows patch setup.
1. Change the 'cd "%~dp0"' to 'cd /D "%~dp0"' to allow running from a different drive when using run as administrator or running from a different drive.
2. Possibly add a "timeout /t 60" statement at the end of the batch file rather than the fixed 60 seconds wait time from the executable. At least that way, I can hit a key rather than waiting 60 seconds or closing the window.
|