Sunday, 17 November 2013

Open number of websites in one click

It is technique in which number of websites are opened in one click.
Steps:
1. Open Notepad
2. Type the following code:
@echo off
start www.technixmind.com
start www.google.com
start www.facebook.com

3. Now save it as technixmind.bat
Note: You can add more websites using this trick.

No comments:

Post a Comment