change quote handling in bat script

This commit is contained in:
idk
2022-06-26 16:27:07 -04:00
parent c7bea957cb
commit 158f05310f
8 changed files with 12 additions and 12 deletions

View File

@@ -1,19 +1,19 @@
@echo off
SET MYPATH=%~dp0
SET "MYPATH=%~dp0"
set ProgramFiles64=%ProgramFiles: (x86)=%
set I2PData="%LocalAppData%\I2P\"
set "I2PData=%LocalAppData%\I2P\"
set I2PPath="%ProgramFiles%\I2P\"
if exist "%LocalAppData%\I2P\I2P.exe" (
set I2PPath="%LocalAppData%\I2P\"
set "I2PPath=%LocalAppData%\I2P\"
)
if exist "%ProgramFiles64%\I2P\" (
set I2PPath="%ProgramFiles64%\I2P\"
set "I2PPath=%ProgramFiles64%\I2P\"
)
if exist "%ProgramFiles(x86)%\I2P" (
set I2PPath="%ProgramFiles(x86)%\I2P\"
set "I2PPath=%ProgramFiles(x86)%\I2P\"
)

View File

@@ -1,5 +1,5 @@
SET MYPATH=%~dp0
SET "MYPATH=%~dp0"
call "%MYPATH%common.bat"
if exist "%LOCALAPPDATA%\I2PBrowser-Launcher\firefox.profile.config.i2p\" (

View File

@@ -1,5 +1,5 @@
SET MYPATH=%~dp0
SET "MYPATH=%~dp0"
call "%MYPATH%common.bat"
if exist "%LOCALAPPDATA%\I2PBrowser-Launcher\firefox.profile.i2p\" (

View File

@@ -1,6 +1,6 @@
@echo on
SET MYPATH=%~dp0
SET "MYPATH=%~dp0"
call "%MYPATH%common.bat"
call "%MYPATH%launchi2p.bat"

View File

@@ -1,6 +1,6 @@
@echo on
SET MYPATH=%~dp0
SET "MYPATH=%~dp0"
call "%MYPATH%common.bat"
call "%MYPATH%launchi2p.bat"

View File

@@ -1,6 +1,6 @@
@echo off
SET MYPATH=%~dp0
SET "MYPATH=%~dp0"
call "%MYPATH%common.bat"
call "%MYPATH%copy-config-profile.bat"

View File

@@ -1,6 +1,6 @@
@echo on
SET MYPATH=%~dp0
SET "MYPATH=%~dp0"
call "%MYPATH%common.bat"

View File

@@ -1,5 +1,5 @@
SET MYPATH=%~dp0
SET "MYPATH=%~dp0"
call "%MYPATH%common.bat"