Lines Matching refs:echo
1 @echo off
186 echo.
187 echo Usage: checksrc [what] [directory]
188 echo.
189 echo What to scan:
190 echo.
191 echo lib - Scan the libcurl source
192 echo src - Scan the command-line tool source
193 echo tests - Scan the library tests and unit tests
194 echo examples - Scan the examples
195 echo.
196 echo directory - Specifies the curl source directory
200 echo.
201 echo Error: Unknown argument '%1'
205 echo.
206 echo Error: Only a Windows NT based Operating System is supported
210 echo.
211 echo Error: Perl is not installed
215 echo.
216 echo Error: "%SRC_DIR%" does not exist