Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
438 B

@echo off
set SERV=%1
if (%1) == () set SERV=http://vincentr-iis
:: Use the following perl script to generate webck17.htm
if (%2) == (htm) goto GENHTM
goto TEST
:GENHTM
perl webck17.per %SERV% > webck17.htm
perl webck17ch.per %SERV% > webck17.cdf
goto DONE
:TEST
cachetst free 100
sleep 10
webckdn -u%SERV%/top17/webck17.htm -r >> results.txt
cachetst free 100
sleep 10
webckdn -u%SERV%/top17/webck17.htm -c -r >> results.txt
:DONE