echo.%Date% >>c:\testfilelog.txt echo.%Time% >>c:\testfilelog.txt echo.====Starting Test >>c:\testfilelog.txt :top start firefox -url http://www.firefoxfacts.com ping localhost -n 30 >nul echo.%Time% >>c:\testfilelog.txt start firefox -url http://www.google.com ping localhost -n 15 >nul echo.%Time% >>c:\testfilelog.txt start firefox -url http://www.yahoo.com ping localhost -n 28 >nul echo.%Time% >>c:\testfilelog.txt start firefox -url http://news.yahoo.com ping localhost -n 18 >nul echo.%Time% >>c:\testfilelog.txt start firefox -url http://www.bing.com/images?FORM=Z9LH3 ping localhost -n 38 >nul echo.%Time% >>c:\testfilelog.txt start firefox -url http://www.bing.com/news?FORM=Z9LH6 ping localhost -n 48 >nul echo.%Time% >>c:\testfilelog.txt start firefox -url http://www.bing.com/ ping localhost -n 28 >nul start firefox -url http://www.msnbc.msn.com/id/3032619#34282427 ping localhost -n 62 >nul echo.%Time% >>c:\testfilelog.txt tskill firefox echo.End of Loop: %Time% >>c:\testfilelog.txt ping localhost -n 5 >nul goto top