From: William A. Rowe Jr Date: Thu, 20 Sep 2001 20:50:15 +0000 (+0000) Subject: Additional enlightenment for users trying to understand win32 .bat scripts. X-Git-Tag: 2.0.26~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f55a19571bc03bc874e0f3d7c7fa8a3016ed66d3;p=thirdparty%2Fapache%2Fhttpd.git Additional enlightenment for users trying to understand win32 .bat scripts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91096 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/cgi-examples/test-cgi.bat b/docs/cgi-examples/test-cgi.bat index fffe8c74d4a..f9e14d20c8f 100755 --- a/docs/cgi-examples/test-cgi.bat +++ b/docs/cgi-examples/test-cgi.bat @@ -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%