Commit 1a6f4eea authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent a3092a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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%