@rem @rem This is a comment @rem set wwwAlias=%1 set subdir=%2 set gqstress_htm=gqstress.htm set test_htm=test.htm set cgi_app=cgiapp.exe set isapi_app=isapiapp.dll @if "%2" == "" goto usage @echo. > %gqstress_htm% @echo ^ >> %gqstress_htm% @echo. >> %gqstress_htm% @echo ^^ >> %gqstress_htm% @echo ^Welcome to GQStress Home Page >> %gqstress_htm% @echo ^^ >> %gqstress_htm% @echo. >> %gqstress_htm% @echo ^ >> %gqstress_htm% @echo Testing CI/Query implementation on Gibraltar. >> %gqstress_htm% @echo. >> %gqstress_htm% @echo ^ >> %gqstress_htm% @echo ^^%test_htm%^ >> %gqstress_htm% @echo. >> %gqstress_htm% @echo ^^%cgi_app%^ >> %gqstress_htm% @echo. >> %gqstress_htm% @echo ^^%isapi_app%^ >> %gqstress_htm% @echo ^ >> %gqstress_htm% @echo. >> %gqstress_htm% @echo ^ >> %gqstress_htm% @echo ^ >> %gqstress_htm% @echo. >> %gqstress_htm% @echo. > %test_htm% @echo ^ >> %test_htm% @echo. >> %test_htm% @echo ^^ >> %test_htm% @echo ^GQStress Query Page >> %test_htm% @echo ^^ >> %test_htm% @echo. >> %test_htm% @echo. >> %test_htm% @echo ^ >> %test_htm% @echo Testing CI/Query implementation on Gibraltar. >> %test_htm% @echo. >> %test_htm% @echo ^ >> %test_htm% @echo ^^hello asp^ >> %test_htm% @echo. >> %test_htm% @echo ^^hello1 asp^ >> %test_htm% @echo. >> %test_htm% @echo ^^fake query^ >> %test_htm% @echo ^ EXPECTED_HITS=2 COMPARE_HITS=EXACT COUNT_ROWS=YES COMPARE_ROWS=2 >> %test_htm% @echo ^ >> %test_htm% @echo ^^1,000^^4,333^^ >> %test_htm% @echo ^^736^^6,351^^ >> %test_htm% @echo ^ >> %test_htm% @echo ^ >> %test_htm% @echo. >> %test_htm% @echo ^ >> %test_htm% @echo ^ >> %test_htm% @echo. >> %test_htm% @goto done :usage @echo. @echo usage: gengqhtm.cmd ^ ^ @echo. :done