1
0
mirror of https://github.com/arkuznetsov/1CFilesConverter.git synced 2025-02-15 13:33:11 +02:00

fix: Экранирование служебных символов

This commit is contained in:
Artem Kuznetsov 2023-07-21 11:21:52 +03:00
parent adb1fffa78
commit 90c0ef9017
2 changed files with 2 additions and 2 deletions

View File

@ -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=
)

View File

@ -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=
)