diff --git a/scripts/dp-xml-dir2epf.cmd b/scripts/dp-xml-dir2epf.cmd index 2b93cc9..4cf5fc0 100644 --- a/scripts/dp-xml-dir2epf.cmd +++ b/scripts/dp-xml-dir2epf.cmd @@ -1,4 +1,4 @@ -@ECHO ON +@ECHO OFF rem Convert (load) all 1C data processors & reports in folder from 1C:Designer XML format to binary format (*.epf, *.erf) rem %1 - path to folder contains 1C data processors & reports in 1C:Designer XML format diff --git a/scripts/dp-xml2epf.cmd b/scripts/dp-xml2epf.cmd index 777a966..c164f12 100644 --- a/scripts/dp-xml2epf.cmd +++ b/scripts/dp-xml2epf.cmd @@ -1,4 +1,4 @@ -@ECHO ON +@ECHO OFF rem Convert (load) 1C data processor or report from 1C:Designer XML format to binary format (*.epf, *.erf) rem %1 - path to main file of 1C data processor or report in 1C:Designer XML format (*.xml) diff --git a/tests/test.cmd b/tests/test.cmd index 70f1dff..6320bb8 100644 --- a/tests/test.cmd +++ b/tests/test.cmd @@ -1,4 +1,4 @@ -rem @ECHO OFF +@ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION chcp 65001 diff --git a/tests/tests/231_dp-xml2epf.cmd b/tests/tests/231_dp-xml2epf.cmd index a75093b..a407ab8 100644 --- a/tests/tests/231_dp-xml2epf.cmd +++ b/tests/tests/231_dp-xml2epf.cmd @@ -1,4 +1,4 @@ -@ECHO ON +@ECHO OFF set TEST_NAME="DP (XML) -> binary" set TEST_OUT_PATH=%OUT_PATH%\%~n0 diff --git a/tests/tests/232_dp-xml2epf.cmd b/tests/tests/232_dp-xml2epf.cmd index c9eff86..e934130 100644 --- a/tests/tests/232_dp-xml2epf.cmd +++ b/tests/tests/232_dp-xml2epf.cmd @@ -1,4 +1,4 @@ -@ECHO ON +@ECHO OFF set TEST_NAME="DP (XML folder) -> binary" set TEST_OUT_PATH=%OUT_PATH%\%~n0