| Windows 7: How to start multiple programs with ONE mouseclick ! |
03 Aug 2010
|
#1 | | W7-Enterprise + WS-2008 (Converted to Workstation) |
How to start multiple programs with ONE mouseclick ! hi ! How to start multiple programs with ONE mouseclick
as we all know, you can drag a shortcut / program / file to the startup-folder, then it automatically starts when you boot.
but, what can you do if you want a similar function for other programs / files,
and you want to start them manually, NOT when you boot ?
you can of course create a batch-file, like fx:
-------------------------------
cd "c:\windows\system32\"
notepad.exe
cd "c:\program files\ABCD"
abcd.exe
-------------------------------
but if you want to start many programs, it will be a lot of work as you have to enter the path and also the name of every program.
this is because most programs require that you first change to their folder BEFORE you start them, as they need access to other files in their own folder when they start.
and if you later want to change / add files in the folder...
and if you want "drag & drop" like in the startup-folder ?
here is a simple solution:
1. create a folder
2. open it
3. drag your links to programs / files into the folder
4. create a bat-file that starts everything in the folder
5. create a link to the bat-file, fx. on your desktop / taskbar
i my EXAMPLE below the folder is named: "PROG1" and is located in "C:\Programs"
the bat-file: "PROGRAMS 1":
FOR %%X IN (C:\Programs\PROG1\*.*) DO rundll32 shell32.dll,ShellExec_RunDLL %%X
but of course you can put your "multipleprograms-folder" where you want it.
the "trick" is a FOR-loop that runs the same command:
"rundll32 shell32.dll,ShellExec_RunDLL" for every link in the folder.
the real beaty of putting LINKS in the folder is that you do NOT have to change the folder for every single program that you want to start, as the links have all the needed information. update:
changed the bat-file above since itīs actually a bad idea to put a lot of folders on your desktop as it can slow down your computer.
the (original) bat-file was just an EXAMPLE, showing the principle.
i (temporarily) used a folder on my desktop while testing, i actually have all menu-folders & bat-files on "E:\System"....
Ztruker suggested to use "%userprofile%" in the bat-file,
but itīs smarter to use a COMMON folder like fx. "C:\Programs", instead of the desktop,
because then you can use the same bat-file & "multipleprograms-folder" on ALL accounts, both ADMIN & USER-account(s).
Last edited by hackerman1; 03 Aug 2010 at 10:43 PM..
Reason: update
| My System Specs |
| System Manufacturer/Model Number Dell OS W7-Enterprise + WS-2008 (Converted to Workstation) CPU P4 2,4GHz (at 1,8GHz, "slow" RDRAM, only 400MHz FSB...) Motherboard Intel 850E Memory 2GB Graphics Card NVIDIA QUADRO2 PRO 64MB Sound Card Yes Monitor(s) Displays Dell 1702FP Screen Resolution 1280x1024 Keyboard Yes Mouse Yes, and i also have Cats... PSU Yes Case Yes Cooling Yes Hard Drives Yes Internet Speed University: 100 MBit/s, Home: UMTS 7,2 MBit/s Other Info W7 on a DINOSAUR: P2 with 266MHz CPU & 160MB RAM |
03 Aug 2010
|
#2 | | |
Thats clever. Then all you have to do is change the shortcuts dropped into the folder or drop a new shortcut into the folder whenever you want to add a new program to the list. | My System Specs | | Computer type Laptop System Manufacturer/Model Number ASUS G60-RBBX05 OS Win7 Home Premium 64x CPU Intel Core 2 Duo P7450 / 2.13 GHz (2.29 with Extreme Turbo) Memory 4 GB PC-6400 Hyundai (2X2) at 800Mhz Graphics Card NVIDIA GeForce GTX 260M 1GB DDR3 VRAM Monitor(s) Displays 16" LED Backlit Screen Resolution 1366 x 768 on laptop 1600x1050 max res on 22" external mon Keyboard Chicklet type back-lit (white light) keyboard Mouse Logitech G9 Laser Mouse 3200dpi and 1000 reports per minute PSU 6-cell Lithium ion { lasts 1.5 hours } Case ASUS G60 Laptop Hard Drives OCZ Agility 3 60GB SSD / 320 GB - Serial ATA-150 - 7200 rpm Internet Speed Comcast 8.60mb/s up - 3.11mb/s down Antivirus MSE Browser Firefox Other Info General mid-budget gaming Comp. Low batterylife - High FrameRates - currently overheating problems :(
2nd Rig: Case: Rosewill BLACKHAWK Gaming ATX Mid Tower Computer Case
Mobo: GIGABYTE GA-990FXA-UD3
CPU: AMD FX-6200 Zambezi 3.8GHz (4.1GHz Turbo)
Heatsink: COOLER MASTER V8 CPU Cooler
RAM: Patriot Viper 3 8GB (2 x 4GB) 240-Pin DDR3 SDRAM 1866 (PC3 15000)
GPU: SAPPHIRE Radeon HD 6850 1GB 2 |
03 Aug 2010
|
#3 | | W7-Enterprise + WS-2008 (Converted to Workstation) |

Quote: Originally Posted by Thorsen Thats clever. THANKS ! 
Quote: Originally Posted by Thorsen Then all you have to do is change the shortcuts dropped into the folder or drop a new shortcut into the folder whenever you want to add a new program to the list. exactly right.
it works exactly the same as the "Startup-folder, you can use normal "drag & drop", which makes it very easy to add or remove programs / links.
no "programming"... | My System Specs | | System Manufacturer/Model Number Dell OS W7-Enterprise + WS-2008 (Converted to Workstation) CPU P4 2,4GHz (at 1,8GHz, "slow" RDRAM, only 400MHz FSB...) Motherboard Intel 850E Memory 2GB Graphics Card NVIDIA QUADRO2 PRO 64MB Sound Card Yes Monitor(s) Displays Dell 1702FP Screen Resolution 1280x1024 Keyboard Yes Mouse Yes, and i also have Cats... PSU Yes Case Yes Cooling Yes Hard Drives Yes Internet Speed University: 100 MBit/s, Home: UMTS 7,2 MBit/s Other Info W7 on a DINOSAUR: P2 with 266MHz CPU & 160MB RAM |
03 Aug 2010
|
#4 | | Windows 7 Pro X64 Space Coast of Florida |
That is very cool. Just tried it and it works perfectly. One small suggested change.
Instead of:
FOR %%X IN (C:\Users\HACKERMAN\Desktop\PROG1\*.*) DO rundll32 shell32.dll,ShellExec_RunDLL %%X
use
FOR %%X IN (%userprofile%\Desktop\PROG1\*.*) DO rundll32 shell32.dll,ShellExec_RunDLL %%X
That makes it universal and requires no editing. Works for W2K, XP, Vista or Win 7. | My System Specs | | System Manufacturer/Model Number Dell Precision 370 OS Windows 7 Pro X64 CPU Intel Pentium 4 Dual LP 3.4Ghz Memory 4GB DDR PC2-5200 ECC Graphics Card NVIDIA Quadro FX 3400/4400 Sound Card SoundMAX Integrated Digital Audio Monitor(s) Displays HP 22" w2207 LCD Screen Resolution 1680 x 1050 Hard Drives 300GB Maxtor 6L300RD PATA
128GB Kingston SV200S3128G SSD (boot)
1.5TB Seagate ST3150041AS SATA Internet Speed Cable via Road Runner 2MB Upload, 20MB Download |
03 Aug 2010
|
#5 | | W7-Enterprise + WS-2008 (Converted to Workstation) |
yes, of course you can use "%userprofile%", but you donīt have to,
that bat-file was just an example, showing the principle.
i (temporarily) used a folder on my desktop while testing,
of course you can put your "multipleprograms-folder" where you want it,
personally i have all menu-folders & bat-files on "E:\System".... | My System Specs | | System Manufacturer/Model Number Dell OS W7-Enterprise + WS-2008 (Converted to Workstation) CPU P4 2,4GHz (at 1,8GHz, "slow" RDRAM, only 400MHz FSB...) Motherboard Intel 850E Memory 2GB Graphics Card NVIDIA QUADRO2 PRO 64MB Sound Card Yes Monitor(s) Displays Dell 1702FP Screen Resolution 1280x1024 Keyboard Yes Mouse Yes, and i also have Cats... PSU Yes Case Yes Cooling Yes Hard Drives Yes Internet Speed University: 100 MBit/s, Home: UMTS 7,2 MBit/s Other Info W7 on a DINOSAUR: P2 with 266MHz CPU & 160MB RAM How to start multiple programs with ONE mouseclick ! problems? All times are GMT -5. The time now is 10:06 AM. | |