mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 01:31:19 -04:00
Update brigadier.bat
This commit is contained in:
parent
fb10084494
commit
74df07f61f
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue