Sunday 1 January 2012

How To Open Multiple Sites and Computer Programs With One Click

Today i will show you how to make a bat file which will open number of websites with just one click. You can also use this method to open different computer programs like internet explorer, notepad etc.

Open Notepad

------------------------------------------------------------------

@echo off
start www.tricks121.blogspot.com
start www.google.com
start www.facebook.com
start notepad.exe
start chrome.exe

------------------------------------------------------------------


  • save this as abc.bat
  • Now open your save file, and it will open three websites with just one click.
  • You can also add more sites by writting Start followed by websites


No comments:

Post a Comment