summaryrefslogtreecommitdiff
path: root/docs/cgi-examples
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-09-20 20:50:15 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-09-20 20:50:15 +0000
commitf55a19571bc03bc874e0f3d7c7fa8a3016ed66d3 (patch)
tree53577c507df7b52fad045070076ca2d6f81f165e /docs/cgi-examples
parent8b31569e09496a07a0a4b8bd4b5b68a3e07a1e13 (diff)
downloadhttpd-f55a19571bc03bc874e0f3d7c7fa8a3016ed66d3.tar.gz
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
Diffstat (limited to 'docs/cgi-examples')
-rwxr-xr-xdocs/cgi-examples/test-cgi.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cgi-examples/test-cgi.bat b/docs/cgi-examples/test-cgi.bat
index fffe8c74d4..f9e14d20c8 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%