Support all browser (ixplorer,chrome,firefox,dragon,etc)
Why need Script?
For those who like open more then one website each time using the internet browser.
How to make script?
1) Create new notepad, insert the code below
@ECHO OFF
SET BROWSER=firefox.exe
SET WAIT_TIME=2
START %BROWSER% -new-tab "http://www.theatregelap.com"
@ping 127.0.0.1 -n %WAIT_TIME% -w 1000 > nul
START %BROWSER% -new-tab "http://www.google.com"
START %BROWSER% -new-tab "http://peribadirasulullah.wordpress.com/"
START %BROWSER% -new-tab "www.facebook.com"
START %BROWSER% -new-tab "www.gothictheatre.com"
2) Save notepad and rename .txt to .bat extension.
p/s : firefox.exe can be change with browser program you want to use, And You may add or modify the url with your desire.
How to use the script?
->Open the browser first (the browser you set in the script).
-> Run the script (double click)