1. open notepad
2. past this code
@echo off
:A
start www.google.com
ping localhost -n 5 >nul
goto :A
(you can enter any website replacing www.google.com)
3. save as .bat file
2. past this code
@echo off
:A
start www.google.com
ping localhost -n 5 >nul
goto :A
(you can enter any website replacing www.google.com)
3. save as .bat file
No comments:
Post a Comment