New Visitor Information

All the file majority uploaded at 4shared.com. You need account 4shared for continue download.
WARNING !!!All Video Tutorial and Information in this website is just for educational purpose only. Used for illegal activity is completely a crime. So Please don't try to do.I do not take any responsibility.

Open Multiple New Tab Browser with Batch Script

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)