All pastes #2083907 Raw Edit

Miscellany

public text v1 · immutable
#2083907 ·published 2011-09-28 15:44 UTC
rendered paste body
rem browser_test.bat
@echo off
SET /P site=Enter the URL you would like to visit:
start %site%
ping 127.0.0.1 -n 20 -w 2000 > nul
taskkill /im iexplore.exe
exit