]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Additional enlightenment for users trying to understand win32 .bat scripts.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 20 Sep 2001 20:50:15 +0000 (20:50 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 20 Sep 2001 20:50:15 +0000 (20:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91096 13f79535-47bb-0310-9956-ffa450edef68

docs/cgi-examples/test-cgi.bat

index fffe8c74d4a3bd089fe2487ddd8ea9d6004a4e78..f9e14d20c8f94de19ceee94d8f2d917f7fe4972b 100755 (executable)
@@ -5,7 +5,7 @@ echo Content-type: text/plain
 echo.
 echo CGI/1.0 test script report:
 echo.
-echo args are "%*".
+echo args are "%0 %*".
 echo.
 echo SERVER_SOFTWARE = %SERVER_SOFTWARE%
 echo SERVER_NAME = %SERVER_NAME%