Update MakeInstall.bat

This commit is contained in:
CorpNewt 2020-12-29 05:19:32 -06:00 committed by GitHub
parent a7b5495417
commit cca121bbaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
@echo off
setlocal enableDelayedExpansion
REM Get our local path before delayed expansion - allows ! in path
set "thisDir=%~dp0"
setlocal enableDelayedExpansion
REM Setup initial vars
set "script_name="
set "thisDir=%~dp0"
set /a tried=0
set "toask=yes"
set "pause_on_error=yes"