Sometime we need to launch two or more programs at a time. What we do, we click the shortcut twice of those two different files to launch the programs.
An example will make you understand the situation better. Suppose, you need to open Notepad and Calculator almost every time. We will create a batch file, so that, on double clicking the batch file both programs (say Calculator and Notepad) will open at a time.
Open Notepad. Write the code:
---
@echo offrem Notepadcd %windir%\system32start notepad.exerem Calculatorcd %windir%\system32start calc.exeexit
It will look like this:

Now, click File > Save as.. and save it with the name you like with bat extension. For example, we have saved it as Notepad_Calculator.bat. Do not forget to change the file type from text files to all files:

You will get the batch file, just double click to launch the programs at a time:
Tagged With windows shortcut to open multiple programs , one windows shortcut run two programs , make shortcut open 2 programs , make a shortcut that opens mutiple programs in windows 7 , make a shortcut launch two programs , Launch the program from a shortcut you created when you installed or directly from the executable /SpaceEngine/system/SpaceEngine exe The startup process make take 1-2 minutes the first time so please be patient , Launch multiple programs with one shortcut in Windows , how to start multiple programs with one shortcut in 1 step youtube , can shortcut start two programs , can a windows desktop shortcut start two programs