set probable default path before checking list of paths in windows bat file

This commit is contained in:
idk
2021-12-08 10:33:08 -05:00
parent 57a8f6a1a0
commit 82104baa5a
4 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
1.06.0
1.06.1

View File

@@ -1 +1 @@
1.06.0
1.06.1

View File

@@ -1,5 +1,6 @@
@echo on
set "I2PPath=%ProgramFiles%\I2P\"
if exist "%ProgramFiles%\I2P\" (
set "I2PPath=%ProgramFiles%\I2P\"
)

View File

@@ -1,5 +1,6 @@
@echo on
set "I2PPath=%ProgramFiles%\I2P\"
if exist "%ProgramFiles%\I2P\" (
set "I2PPath=%ProgramFiles%\I2P\"
)