{"id":13534,"date":"2021-08-06T20:13:04","date_gmt":"2021-08-06T20:13:04","guid":{"rendered":"https:\/\/ded9.com\/?p=13534"},"modified":"2025-11-05T08:08:12","modified_gmt":"2025-11-05T08:08:12","slug":"how-to-run-multiple-programs-with-one-shortcut","status":"publish","type":"post","link":"https:\/\/ded9.com\/tr\/how-to-run-multiple-programs-with-one-shortcut\/","title":{"rendered":"Run Multiple Programs with One Shortcut in Windows 10 \u2014 Simple &#038; Efficient"},"content":{"rendered":"<p><span style=\"font-size: 12pt;\">If you think running multiple programs via a shortcut is an interesting idea, you should know it is possible to do this on Windows 10.<\/span><\/p>\n<p>Some programs are highly interconnected and require one to run simultaneously with the other; this varies depending on the user&#8217;s needs. For example, if you are a gamer, you may need to connect to Discord while playing the game.<\/p>\n<p>Isn&#8217;t it interesting that with just one click on a shortcut, you can launch both programs simultaneously and surprise yourself and others with the speed of your professional activities?<\/p>\n<p>Continuing this educational article, you will learn how to set a batch file to run several programs through a shortcut.<\/p>\n<h2><span style=\"font-size: 18pt;\">Run multiple programs via one shortcut<\/span><\/h2>\n<h3>1. Save app paths in <a href=\"https:\/\/en.wikipedia.org\/wiki\/Windows_Notepad\" target=\"_blank\" rel=\"noopener\">Notepad<\/a><\/h3>\n<p>In the Notepad of the programs you are trying to run simultaneously. To see the application shortcut, right-click on it and select <strong>Properties<\/strong>. The path written in the <strong>Target<\/strong>\u00a0box\u00a0is what we are looking for; copy it.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter wp-image-13536 size-full\" title=\"Multiple Programs\" src=\"https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/windows-file-properties.jpg\" alt=\"Save app paths in Notepad\" width=\"750\" height=\"525\" srcset=\"https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/windows-file-properties.jpg 750w, https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/windows-file-properties-300x210.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<p>Save the copied path to a Notepad file to easily access it. Do the same for all the apps you want.<\/p>\n<h3>2. Create a child file<\/h3>\n<p>We need to create a batch file with all the saved paths. Open the Notepad file that contains the application path and set it to look like the following example:<\/p>\n<table border=\".5\" cellspacing=\"3\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td>echo off @<br \/>\n&#8220;\\ cd&#8221; C: \\ Program Files (x86) \\ Dropbox \\ Clientstart Dropbox.exe&#8221;\\ ++ cd&#8221; C: \\ Program Files \\ Notepadstart notepad ++. exeexit<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Above, you can see an example of a complete batch file script. In this example, two programs, Dropbox and Notepad++, open. However, you have to change the paths of these programs to the paths you want to open. In the following, we will analyze the script of this batch file together.<\/p>\n<h3>Batch file analysis<\/h3>\n<table border=\".5\" cellspacing=\"3\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td>\u00a0echo off\u00a0@<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This line prevents commands from being displayed on the command line and executes the batch file.<\/p>\n<table border=\".5\" cellspacing=\"3\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td>\u00a0&#8220;\\ ++ cd&#8221; C: \\ Program Files \\ Notepad<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This command changes the directory to a Notepad++ directory.<\/p>\n<table border=\".5\" cellspacing=\"3\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td>\u00a0Start Notepad++. Notepad launches the executable file from the directory we went to. Some applications, such as Dropbox, require a specific destination, such as the \/ home folder, visible in Properties.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table border=\".5\" cellspacing=\"3\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td>\u00a0exit<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This section also closes the window after executing the child file.<\/p>\n<h3>3. Save the batch file<\/h3>\n<p>To save the batch file in Notepad, <span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">use <\/span><strong>Notepad<\/strong>\u00a0to\u00a0<strong>\u00a0All Files<\/strong> and save the file with the extension\u00a0<strong>bat. <\/strong>Save. Remember the child file&#8217;s location; you will need it later.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-13537 size-full\" title=\"Multiple Programs\" src=\"https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/batch-file-shortcut-file.jpg\" alt=\"Save the batch file\" width=\"750\" height=\"375\" srcset=\"https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/batch-file-shortcut-file.jpg 750w, https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/batch-file-shortcut-file-300x150.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<h3>4. Create a shortcut<\/h3>\n<p>You can now use the child file to launch your programs simultaneously. However, to make the work look a little more professional and beautiful, you can create a shortcut with an icon for the child.<\/p>\n<p>Right-click on the desktop, hover over\u00a0\u00a0<strong>New,<\/strong> and select\u00a0\u00a0<strong>Shortcut<\/strong>. Select where the batch file is located and click the <strong>Next<\/strong> button. Choose a name for the shortcut and click\u00a0 <strong>Finish<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-13538 size-full\" src=\"https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/windows-shortcut-file.jpg\" alt=\"Create a shortcut\" width=\"750\" height=\"493\" srcset=\"https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/windows-shortcut-file.jpg 750w, https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/windows-shortcut-file-300x197.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<p>Now right-click on the shortcut you created and select\u00a0\u00a0<strong>Properties<\/strong>. Modify the\u00a0<strong>Target<\/strong> section in the child file you created. Click <strong>Apply <\/strong>and then\u00a0\u00a0<strong>OK<\/strong> to save the changes.<\/p>\n<h3>5. Icon customization<\/h3>\n<p>This step is optional, but it is recommended that you right-click on the shortcut file you created. Go to the <strong>Shortcut<\/strong>\u00a0tab and then click the\u00a0<strong>Change Icon<\/strong> button. Windows will check your batch file icon and find no options; click <strong>OK<\/strong>.<\/p>\n<p>You can now select an icon from the <strong>Change Icon<\/strong> menu. Click <strong>OK<\/strong> to confirm your selection, then click\u00a0<strong>OK<\/strong>\u00a0again to close the window.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-13539 size-full\" src=\"https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/windows-change-shortcut-icon.jpg\" alt=\"Icon customization\" width=\"750\" height=\"491\" srcset=\"https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/windows-change-shortcut-icon.jpg 750w, https:\/\/ded9.com\/wp-content\/uploads\/2021\/08\/windows-change-shortcut-icon-300x196.jpg 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<h3>6. Run the child file via shortcuts<\/h3>\n<p>Double-click the shortcut icon you created. The command line window will open and close immediately (due to forcing the last line into the file), and the selected programs will run on the screen simultaneously.<\/p>\n<p>If everything is in order, move the shorts to where you like. Right-clicking on the icon will allow you to pin the shortcut to the Start menu or <a href=\"https:\/\/ded9.com\/make-the-taskbar-transparent-in-windows\/\">taskbar<\/a>.<\/p>\n<p>Automation starts with these little shortcuts. They not only save time but also speed up your desktop space and make everything look more professional.<\/p>\n<h2>FAQ<\/h2>\n<div id=\"rank-math-rich-snippet-wrapper\"><div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-1\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">How do I make a batch file to open multiple apps?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>List each app\u2019s path in a .bat file using start commands line by line.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-2\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">How do I turn that batch file into a desktop shortcut?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Right-click \u2192 New \u2192 Shortcut, point to the .bat file, then name and finish.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-3\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">Can I assign a custom icon to that shortcut?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes \u2014 in shortcut Properties \u2192 Change Icon, pick or browse for any .ico file.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>If you think running multiple programs via a shortcut is an interesting idea, you should know it is possible to do this on Windows 10. Some programs are highly interconnected and require one to run simultaneously with the other; this varies depending on the user&#8217;s needs. For example, if you are a gamer, you may [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":13535,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[70],"tags":[11998,267],"class_list":["post-13534","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","tag-notepad","tag-windows-10"],"acf":[],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/posts\/13534","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/comments?post=13534"}],"version-history":[{"count":6,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/posts\/13534\/revisions"}],"predecessor-version":[{"id":263227,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/posts\/13534\/revisions\/263227"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/media\/13535"}],"wp:attachment":[{"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/media?parent=13534"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/categories?post=13534"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ded9.com\/tr\/wp-json\/wp\/v2\/tags?post=13534"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}