Add cd %~dp0 at the start of the batch file (#4879)

This commit is contained in:
Antoine Beaubien 2022-05-23 13:33:56 -04:00 committed by GitHub
parent a1531318bc
commit 05373a1ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
@echo off
rem Previous line hides the remarks from being displayed with the prompt for each line
rem Change current working directory to directory of the batch script
cd %~dp0
rem
rem Configuration variables