mirror of
https://github.com/arkuznetsov/1CFilesConverter.git
synced 2025-02-15 13:33:11 +02:00
fix: Экранирование служебных символов
This commit is contained in:
parent
adb1fffa78
commit
90c0ef9017
@ -34,7 +34,7 @@ if not defined DP_PATH (
|
||||
exit /b 1
|
||||
)
|
||||
if not exist "%BASE_CONFIG%" (
|
||||
echo Path "%BASE_CONFIG%" doesn't exist (parameter 3), empty infobase will be used.
|
||||
echo Path "%BASE_CONFIG%" doesn't exist ^(parameter 3^), empty infobase will be used.
|
||||
set BASE_CONFIG=
|
||||
)
|
||||
|
||||
|
@ -30,7 +30,7 @@ if not defined DP_PATH (
|
||||
)
|
||||
|
||||
if not exist "%BASE_CONFIG%" (
|
||||
echo Path "%BASE_CONFIG%" doesn't exist (parameter 3), empty infobase will be used.
|
||||
echo Path "%BASE_CONFIG%" doesn't exist ^(parameter 3^), empty infobase will be used.
|
||||
set BASE_CONFIG=
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user