This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Echo OFF | |
REM The next command sets the working directory to the directory of the script (ie instead of C:/Windows/System32 when run as admin) | |
cd /d "%~dp0" | |
powershell -NoProfile -ExecutionPolicy Bypass -File "batchinstaller.ps1" | |
PAUSE > NUL |