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