Do not print command during script execution

This commit is contained in:
Jocelyn Fiat
2011-11-16 13:10:35 +01:00
parent b715d674ca
commit 7022206a73

View File

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