| | |
executable to run multiple executables
![]() |
•
•
Join Date: Sep 2007
Posts: 3
Reputation:
Solved Threads: 0
Im super noob at this stuff but id just like to know whats the simplest way to create a program or file which when i execute will run 2 different programs.
Say i want to run winamp and firefox, i just want a program that when i execute will run these 2 at once. See im too lazy to double click on file then the other :p its much cooler this way too.
Cheers
Say i want to run winamp and firefox, i just want a program that when i execute will run these 2 at once. See im too lazy to double click on file then the other :p its much cooler this way too.
Cheers
•
•
Join Date: Sep 2007
Posts: 3
Reputation:
Solved Threads: 0
ive tried it but i dont think im doing it right. And i think it only allows one executable open at a time.
If someone could help refine the coding it would be much appreciated
Heres the code...so far:
@echo off
cd "c:\Program Files\WC3Banlist\"
WC3Banlist.EXE
cd "c:\Program Files\Warcraft III\"
PIGON_LOADER.EXE
exit
Cheers
If someone could help refine the coding it would be much appreciated
Heres the code...so far:
@echo off
cd "c:\Program Files\WC3Banlist\"
WC3Banlist.EXE
cd "c:\Program Files\Warcraft III\"
PIGON_LOADER.EXE
exit
Cheers
The "start" keyword is the answer to your problem. That should spawn two processes at the same time.
http://forums.anandtech.com/messagev...&enterthread=y
http://forums.anandtech.com/messagev...&enterthread=y
Last edited by iamthwee; Sep 18th, 2007 at 4:17 pm.
*Voted best profile in the world*
![]() |
Similar Threads
- How to run a *.exe file in Java (Java)
- Issues with Start Menu and Desktop Shortcuts (Viruses, Spyware and other Nasties)
- a non-destructive repartitioning tool? (*nix Software)
- I've got Trojan.Holax... is this bad? (Viruses, Spyware and other Nasties)
- not-a-virusadware (Viruses, Spyware and other Nasties)
- pop ups wont stop (Web Browsers)
- Locality (C)
- Applet or Application? (Java)
- static compile (Visual Basic 4 / 5 / 6)
- Amount of space for backup limited by Windows (Windows NT / 2000 / XP)
Other Threads in the Windows NT / 2000 / XP Forum
- Previous Thread: remote desktop web connection.......is gay
- Next Thread: 2003 screen saver password not working
| Thread Tools | Search this Thread |
Tag cloud for Windows NT / 2000 / XP
.net 3.5 3daccelertion 64bit 2007 2010 a.exe activedirectory address alaris android apache application appstore arm automatically black blue boot bsod canonical chinese codeplex combofix computerfreezes cursor deployment desktop desktops domain downloads drive eartlink error explorer fax firefox fonts format framework freeze gadgets home install intel internet laptop latitude linux mac markshuttleworth microsoft mobile monitor netbooks nvidia open opensource operatingsystems options osinstallationproblem palm partition patch port printer program proxy raid rds reformat remotedesktop remotedesktopconnection repair replacingraiddrive retrieve screen server. sharepoint simplifiedchinese sitetositevpn slowperformance sp1 studios ubuntu unreadable update upgrade videodrivers virtual virus volume vpn vulnerability window windows windows7 windowsxp xp xpde







thanks very much!