Wednesday, March 9, 2011

Open several websites in one click

Ever wish to open several Internet websites in one click? The secret lies in writing a batch file.

For example, if you wish to open Google website using both IE and Firefox with one click, just do the following:
  1. Create a Google.bat using your favourite editor
  2. Type this to open the Google website using IE: start iexplore -new http://www.google.com.sg
  3. Type this to open the Google website using Firefox: start firefox -url http://www.google.com.sg
  4. Save and click on Google.bat.

In the end, your Google.bat will look like the following:
start iexplore -new http://www.google.com.sg
start firefox -url http://www.google.com.sg

That's it. Just run this Google.bat and Google will be open in both Internet Explorer and Firefox. Hope this helps.

No comments:

Visit Rhinestic's Knick Knacks @ Etsy for handmade goods and supplies!

Related Posts Plugin for WordPress, Blogger...