- Back to Home »
- Computer Tricks , Internet Tricks »
- How to open multiple websites with a single click
Posted by : Sumit
Tuesday, 27 May 2014
How to open multiple websites with a single click
Opening a website or two again and again surely does wastes your time.
For example, You log in to your Facebook account and then sign out after sometime. After a while, you're surely to log in again to your account and for this you'll open up your browser, type the url and then login.
But what if you simply open a file that will open Any Website(s) for you.
What will be that file??
That file will be a Windows batch file or a .bat file. After opening that file, your browser will be automatically launched and the specified websites will be opened. Isn't that sounds amazing??
So let's get started.......
Step 1.
Open Notepad.
Step 2.
Type the following:-
@echo off
start "Website's name" "Website's url"
start "Website's name" "Website's url"
start "Website's name" "Website's url"
**Replace "Website's name" with the original website's name.
Replace "Website's url" with the URL of the website you want to open. For ex:- www.facebook.com
Let me give you an example how the whole thing should look like.
@echo off
start "Facebook" "www.facebook.com"
start "Youtube" "www.youtube.com"
start "Internet Hub" "www.techohub.com"
Step 3.
Save this file as website.bat (.bat extension should remain same.)
Go to File > Save As.
Step 4.
Open that file and see the magic.
Now you don't need to open your favorite websites manually nor you have to make this .bat file again. If you want to visit a single website, you can make this file to open just that site.
So save your time and enjoy this trick...
Opening a website or two again and again surely does wastes your time.
For example, You log in to your Facebook account and then sign out after sometime. After a while, you're surely to log in again to your account and for this you'll open up your browser, type the url and then login.
But what if you simply open a file that will open Any Website(s) for you.
What will be that file??
That file will be a Windows batch file or a .bat file. After opening that file, your browser will be automatically launched and the specified websites will be opened. Isn't that sounds amazing??
So let's get started.......
Step 1.
Open Notepad.
Step 2.
Type the following:-
@echo off
start "Website's name" "Website's url"
start "Website's name" "Website's url"
start "Website's name" "Website's url"
**Replace "Website's name" with the original website's name.
Replace "Website's url" with the URL of the website you want to open. For ex:- www.facebook.com
Let me give you an example how the whole thing should look like.
@echo off
start "Facebook" "www.facebook.com"
start "Youtube" "www.youtube.com"
start "Internet Hub" "www.techohub.com"
Step 3.
Save this file as website.bat (.bat extension should remain same.)
Go to File > Save As.
Step 4.
Open that file and see the magic.
Now you don't need to open your favorite websites manually nor you have to make this .bat file again. If you want to visit a single website, you can make this file to open just that site.
So save your time and enjoy this trick...
And please If you like this post then follow us on Facebook or like our Official Page on Facebook.