Lines Matching refs:echo
2 @echo off
50 @echo on
58 @echo Installing %1 into %2
62 @echo Printing version
67 @echo Capturing Start Menu
71 @echo Capturing registry
73 echo %%f >> "%~2\hkcr.txt"
83 @echo Installing package
90 @echo Testing Tcl/tk
98 @echo Result was %EXITCODE%
99 @echo Removing %1
102 @echo off
106 echo testrelease.bat [--target TARGET] [-x86] [-x64] [--alluser] [--peruser] [-h]
107 echo.
108 echo --target (-t) Specify the target directory for installs and logs
109 echo -x86 Run tests for x86 installers
110 echo -x64 Run tests for x64 installers
111 echo --alluser (-a) Run tests for all-user installs (requires Administrator)
112 echo --peruser (-p) Run tests for per-user installs
113 echo -h Display this help information
114 echo.
115 echo If no test architecture is specified, all architectures will be tested.
116 echo If no install type is selected, all install types will be tested.
117 echo.