@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. >> %test_htm%
@echo ^ >> %test_htm%
@echo ^ >> %test_htm%
@echo. >> %test_htm%
@goto done
:usage
@echo.
@echo usage: gengqhtm.cmd ^ ^
@echo.
:done