TECH YARD

How To Launch Multiple Programs At Once

In some instances like we would like to launch multiple programs like Browser, RSS feed reader, Email Client, Messenger etc, but you’ll do this manually by double clicking the icons, but the easier way to do this is to create a batch file, with commands to launch the required programs with their paths, Here’s how to do this.

Steps :

  1. Open NotePad, Start –> Run –> Type “notepad”
  2. Type the commands for each program in a new line in this format,

    start /d “Program Folder Path” ExeFileName

  3. Save as batch file (.bat) from File –> Save As, give filename with extension (.bat)

Thats it, you can how launch all the programs that you’ve mentioned in the batch file by double clicking the created Batch File.

Note : This works in Windows OS only.

Note : You can also add this batch file to Windows Startup Folder to start all the programs of the batch file to start during the system startup.

Exit mobile version