Miscellany
public text v1 · immutablerem 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
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