Do not print command during script execution
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
echo off
|
||||||
setlocal
|
setlocal
|
||||||
cd /d %~dp0..
|
cd /d %~dp0..
|
||||||
set COMPILE_ALL_BASEDIR=%CD%
|
set COMPILE_ALL_BASEDIR=%CD%
|
||||||
@@ -7,3 +8,4 @@ mkdir tests\temp
|
|||||||
cd %~dp0
|
cd %~dp0
|
||||||
|
|
||||||
endlocal
|
endlocal
|
||||||
|
echo on
|
||||||
|
|||||||
Reference in New Issue
Block a user