Sunday, January 19, 2014

How to Create a Batch file to Open Multiple Program at once in Windows

Suppose you are working in a office then you will have to use multiple program at once such as Calculator , MS excel , and Google chrome to complete your task . you can open these application with a single click on batch file shortcut . this is very useful feature in windows to save time . 

Follow these steps to create batch file to Open multiple application.........
1.  Click on Start button , then Type in search box  Notepad then press Enter .








2. Now in the Notepad text area type Start Command and then Excutable file name of Application which you want to Open  .  

Echo off
Start calc.exe
Start chrome.exe
Start excel.exe
exit













3. Now Click on File and then Click on save .


4.  On the Save as Windows Click on Desktop , then Give the file name as Filename.bat and then Click on Save .


Now Batch file has been Created to Open Multiple program at once on Single click. when you will  double-click on Comnetworks batch file then Calculator, MS Excel and Google chrome will be open 

No comments:

Post a Comment