Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • Quickly Empty the Trash in OS X using Terminal Mac OS X
  • Fix Background Intelligent Transfer Service (BITS) Missing from Services Help Desk
  • Navigate Easier with Android’s Smart Text Selection and Selected Text Magnification Smartphones
  • What to do if ChatGPT displays an AI Tools & Guides
  • What Is The Amazon Kindle Cloud Reader And How To Use It Software Reviews
  • The Best Ways to Transfer Large Files Online Computer Tips
  • Best casio fx-300es plus scientific calculator 2020

    Best casio fx-300es plus scientific calculator 2020. 1 - Casio fx-115ESPLS2 White Advanced Scientific Calculator with Natural Display Top Revie

  • Windows 10 Won’t Boot? 10 Fixes to Try Windows 10

How to Open Multiple Programs in Windows at Once

Posted on October 6, 2020 By blog_786 No Comments on How to Open Multiple Programs in Windows at Once

Why bother opening multiple programs in Windows at once? Recently in my office, someone asked how they can open multiple desktop applications at the same time without clicking on each application individually.

Normally, I would call this person lazy and ask him to stop bothering me, but since this person was doing a repetitive task and had to open the same apps every day, I thought I’d come up with a solution.

I also found that I usually open a couple of programs every morning, no matter what: Chrome for web browsing, Outlook for checking email, and Visual Foxpro for writing code (since I’m a programmer). So instead of clicking on three icons, I decided to create a so-called batch file to open all three applications at the same time!

You can create batch files on Windows very easily and all you need to create them is Notepad! Also, I’ll show you how you can use the Task Scheduler to run a batch file when your computer boots up so that programs start without even having to click!

How to create a batch file in Windows

Step 1. Open Notepad first

Step 2. Copy and paste the line below as the first line in the file:

@ echo off

Echo off basically tells Windows not to show any messages or pop-ups when executing commands in a batch file.

Step 3. Now we need to call the executable file for each of the three programs that we want to open. So in our example, I want to open Firefox, Outlook and Foxpro. The next three lines will look like this:

run “Chrome” “C: Program Files (x86) Google Chrome Application chrome.exe”
run “Outlook” “C: Program Files Microsoft Office Office12 Outlook.exe”
run “Foxpro” “C: Program Files Microsoft Visual FoxPro 9 vfp9.exe”

Each command above has three parts, which I will explain below:

start is the command used in batch files to open programs

Application Name – The second parameter is the name of the application that you are going to open. You can specify any name here as it only uses this parameter for header purposes.

Application Path – The last parameter is the actual path to the program’s executable file.

You can always find the path to the program by right-clicking the icon and choosing Properties. For example, if I wanted to know the path to the executable file for Firefox, I would right-click and select Properties.

Now all I have to do is look at the path in the Target field and just copy and paste it into my script batch file.

Please note that there are certain shortcuts where the Target field will be blank as shown below, mostly in Microsoft Office programs.

If so In this case, you will have to manually search for the EXE file in the system. For Office, everything is in C: Program Files Microsoft Office Officexx if you installed the 64-bit version, or C: Program Files (x86) Microsoft Office Officexx if you installed the 32-bit version. Application files are usually just the name of the program, such as EXCEL, WORD, or POWERPOINT.

After you have added all the entries to your file, the batch file should look something like this:

Now all you have to do is save it as a batch file, which is very easy. Go to File and click Save As. Give your file a name such as “Test.bat”. Please note that I have added .BAT to the filename manually. Finally, change the Save As type to All Files instead of Text Documents.

That’s all! Now you should test your batch file and see if all of your programs are loaded. I found that loading applications using a batch file is much faster for some reason. Not sure why, but Chrome, Outlook and Firefox load a few seconds faster than when I usually click on them.

Schedule batch file when PC starts

How to Open Multiple Programs in Windows at Once

Now let’s schedule our batch file to run when we first log into Windows. To do this, click “Start”, enter “Task Scheduler” and click the first link.

How to Open Multiple Programs in Windows at Once

Don’t be discouraged looking at the interface, because we only need to create a very simple task. On the right side, you should see a Create Baseline Task link. Go ahead and click on it.

How to Open Multiple Programs in Windows at Once

Now give your main task a name, which can be anything. You can also give it a description if you like. When finished, click Next.

How to Open Multiple Programs in Windows at Once

The next step is to select a trigger. In our case, we want the batch file to run on login, so select “When I login.” This is the only option that really makes sense.

How to Open Multiple Programs in Windows at Once

The next step is to choose an action. In our case, the action will be to run our batch script, so select “Run Program”.

How to Open Multiple Programs in Windows at Once

Finally, we need to select the batch file that we want to run on login. Go ahead, click the Browse button and navigate to the location of your batch file.

How to Open Multiple Programs in Windows at Once

Click Next and then Finish. Now restart your computer and the programs should open when you log into Windows! Pretty pretty, huh? If you have any questions, please leave a comment. Enjoy!

–

Share this:

  • Twitter
  • Facebook
Computer Tips

Post navigation

Previous Post: How to Format USB Drive and Memory Stick with NTFS
Next Post: How to Add Comments to an Excel Worksheet Cell

Related Posts

  • Access BIOS & Change Boot Order for Any Version of Windows Computer Tips
  • How to Fix Roku Error 003 Computer Tips
  • Assign Fixed Static IP Addresses to Devices on Home Network Computer Tips
  • How to Program a Universal Remote Computer Tips
  • How To Edit GoPro Videos 2021 Computer Tips
  • Download Reddit Videos Computer Tips

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • 3 Sites like YouTube to Earn Money With Your Videos
  • Buying Bitcoin in India? Top 4 Indian Bitcoin Exchange Compared
  • TemplateMonster WordPress Theme Review – Build a Site With Ease
  • 6 Best FTP Clients For Android
  • MailTag: Real-time Email Tracking, Made Easy
DMCA.com Protection Status

Recent Posts

  • How to Watch Winter Olympics 2018 from Anywhere
  • 5 Sites That Are Like Audible, But Free
  • How to Reduce PNG File Size of a Photo
  • Why does Instagram say this story is unavailable?
  • How to turn off Do Not Disturb mode on Android

Recent Comments

  1. 5 Sites That Are Like Audible, But Free on 14 Best Free Audiobooks on Audible – 2022
  2. How to Reduce PNG File Size of a Photo on How to Convert a Screenshot to a Jpeg on a Mac
  3. 3 Sites like YouTube to Earn Money With Your Videos on Here are the Top 10 highest paid YouTubers of 2013
  4. Buying Bitcoin in India? Top 4 Indian Bitcoin Exchange Compared on How to Buy Bitcoin in India – Step by Step Guide
  5. TemplateMonster WordPress Theme Review Build a Site With Ease on How to make a secure website with WordPress 2023
  • Best Ways To Play Games Smoothly On An Old PC How-To
  • How to Play Retro Games on Steam Using Steam ROM Manager? How-To
  • Connect Two Computers using a Crossover Cable Networking
  • Fix VSS Issue CAPI2 Error ID 513 Fixes
  • The Best Firewall For Windows 10 That Isn’t Windows Defender Windows 10
  • What Version of iOS Does My iPhone or iPad Have? iOS
  • 7 Linux Commands Every Beginner Should Know Linux Tips
  • How to Enable Navigation Gesture on Oneplus Secondary User Account How-To

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version