set probable default path before checking list of paths in windows bat file
This commit is contained in:
@@ -1 +1 @@
|
||||
1.06.0
|
||||
1.06.1
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.06.0
|
||||
1.06.1
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@echo on
|
||||
|
||||
set "I2PPath=%ProgramFiles%\I2P\"
|
||||
if exist "%ProgramFiles%\I2P\" (
|
||||
set "I2PPath=%ProgramFiles%\I2P\"
|
||||
)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@echo on
|
||||
|
||||
set "I2PPath=%ProgramFiles%\I2P\"
|
||||
if exist "%ProgramFiles%\I2P\" (
|
||||
set "I2PPath=%ProgramFiles%\I2P\"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user