• Skip to main content
  • Skip to primary sidebar

Technipages

Smart phone, gadget and computer tutorials

  • Topics
    • Android
    • Gaming
    • Hardware
    • Internet
    • iOS
    • MacOS
    • Office
    • Software
    • Windows
    • Definitions
  • Product Reviews
  • Downloads
  • About

How to Open Multiple Programs With 1 Shortcut

Posted on June 26, 2019 by Judy Sanhz Leave a Comment

Whenever you turn on your computer, there are always a few apps you launch together. You may open Word and Photoshop together to get started on some work, but wouldn’t it be great if you could open the apps you need with only one action?

By doing so, you’ll save time and effort. These are apps you’re going to need to open anyway, you’re sparing yourself the extra effort (not that it’s much anyway). But it still comes in handy.

How to Create a Batch File to Launch Multiple Apps

When creating your batch file, you can choose to either use the Windows icon or create one of your own. If you want a specific app’s icon to be what launches your batch file, locate the app by using the Windows Explorer. You can open Windows Explorer by pressing the Windows and E keys.

Once you find the app, right-click on it and in the side-menu click on Desktop (create shortcut). You’re also going to need the app’s program path, but this is easy to get. Right-click on the app and select Properties.

When the Properties window appears, the program path will be in the Target box.

Copy this path and paste it to the notepad you regularly use. Copy the path for the second app you want to launch as well. Open the notepad where you copied the paths and replace the following example with the apps you have chosen.

@echo off
cd "C:\Program Files\PhotoFiltre"
start PhotoFiltre64.exe

cd " C:\Program Files (x86)\WhatsApp2"
start WhatsApp.exe

exit

As you can see, I have chosen Photo Filtre and WhatsApp. The @echo off command will only avert commands from appearing in the command prompt. The CD command modifies the directory to the app. The rest of the commands explain themselves with the words start and exit.

Make sure to save the above command in the note pad you opened earlier. When you save it, set the Save as type to All Files and that it has the .bat extension.

It’s time to pay some attention to the desktop icon mentioned earlier. Right-click on it and choose the Properties option. Find the Target option, and it will show you the path to the app.

The path you’re currently looking at needs to be replaced with the path of the batch file you created. Click Apply, followed by OK. To test out your creation, double-click on the desktop icon you set aside for this.

If the command prompt window opens and closes, don’t panic, this is normal behavior. Once the command prompt closes, the two apps you selected should open right after.

Conclusion

Sure, you might spend more time than you’d like setting this up, but once you’ve done it, you’ll enjoy having one less app to open. What apps are you going to set up? Share your experience with me in the comments below.

You Might Also Like

  • Best Mac File Sync ProgramsBest Mac File Sync Programs
  • Prevent Users From Running Certain ProgramsPrevent Users From Running Certain Programs
  • How to Edit Startup Programs in Windows 10How to Edit Startup Programs in Windows 10
  • Block or Unblock Programs in Windows Defender FirewallBlock or Unblock Programs in Windows Defender Firewall
  • Windows 10: How to Hide Recently Added Programs from Start MenuWindows 10: How to Hide Recently Added Programs from…
  • How to Resize Multiple Images at OnceHow to Resize Multiple Images at Once
  • Outlook: How to Forward Multiple Emails at OnceOutlook: How to Forward Multiple Emails at Once
  • How to Record Multiple Snaps in SnapChatHow to Record Multiple Snaps in SnapChat
  • Windows 10: How to Print Multiple FilesWindows 10: How to Print Multiple Files

Filed Under: Windows Tagged With: win7, Windows 10

Reader Interactions

Did this help? Let us know! Cancel reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Recent Posts

  • Android 10: How to Adjust the Keyboard Size
  • OneNote Error Code 0xE00001AE – Fix
  • WhatsApp: How to Change Your Phone Number
  • Fix OneNote Error 0xe00001bb: Section Is Corrupted
  • Zoom: How to Show the Unread Message Icon
  • How To Calculate Tips on Android
  • What to Do If Chrome Download Needs Authorization
  • Fix OneNote Error 0xE401065D, 0xE000145C, 0xE4010640

Who’s Behind Technipages?

Baby and Daddy My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

Follow me on Twitter, or visit my personal blog.

You May Also Like

  • Open Standard
  • Open Source Software (OSS)

© Copyright 2021 Technipages · All Rights Reserved · Privacy