Thursday, July 16, 2009

Open Multiple Applications with a Single click

This is an old technique but it is a very useful one to start multiple application with a single Click.The idea is very simple and you need to know at least little bit of batch programing for this.It would take some time for me to explain what Batch Programing is and how effectively we can use it.Generally Batch Programming are used by system administrators to automate some tedious process which are generally carried out by them manually.

STEPS :

1) Click Start-----> Run

2) Type "notepad" without quotes to open a notepad.

3) Now lets us say that we want to open Firefox Yahoo Messenger simultaneously then all you need to do is copy this code in the notepad.

start “Firefox” "C:\Program Files\Mozilla Firefox\firefox.exe"
start "Yahoo Messenger " "C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe"


4) The next step is save this file as Start.bat. The extension Start.bat to open multiple applications instantly!!!

6) You can open not just to applications as much as you like and the code written here is very easy and now i will explain you how to get this code.The code written in step 3 is got from shortcut of Firefox application.Right click the application and select Properties and a window will appear like this.Copy the code in Target and Paste it in the notepad File.



start “Firefox” "C:\Program Files\Mozilla Firefox\firefox.exe"

7) Remember one thing you need the shortcut of every application which you would like to start instantly.

8) These are the list of applications that I start instantly.

No comments:

Post a Comment

 
This site accepts sponsored reviews but we provide honest reviews