run several proggies at once

B

BlackEyedAngel

Guest
how can i make something which will, say, run messenger, IE, outlook, and my pop up blocker at once, so that when i want to go on the net, all i need to do it click one thing. is this done with a batch file? or is that just for DOS? maybe it's done with a script? in which case i have no idea how to do it. can someone give me a hand?
 
A batch file will do just fine. For instance:
Code:
"C:\Program Files\Internet Explorer\iexplore.exe"
"C:\Program Files\ICQ\icq.exe"
and so on.
 
how do i do a batch file?

I am currently {
61217616
| |
intrigue_alvin83@hotmail.com
| |
alvinauboonhock
}
=========================
Intel P4 1.5 Ghz
Intel D850GB MOBO
256MB PC 800 RDRAM
20GB Maxtor HDD (5400 RPM)
40GB Maxtor HDD (7200 RPM)
52X Creative CDROM
8X4X32 Creative CDRW
16X ASUS DVD ROM
Iomega 100 MB USB Zip Drive
SYBA Ultra ATA IDE controller card
SB live 5.1 DE
Ageing Gainward 64MB GF2MX400 --> | Upgrading to GF4 Ti4 series |
Altec Lansing ACS 56
Dlink D538TX NIC

=========================
 
zedric, that seems only to run the first line. also, how do i make the cmd window then run 'in the background' or at least automatically close itself when done.
 
start "C:\Program Files\Internet Explorer\iexplore.exe"
start "C:\Program Files\ICQ\icq.exe"
 
Ah yes, some programs don't release the prompt. I forgot. Should have put the "start" bit there. :)
 
You could write a VB app using the ShellExecute API, or a C++ app using the WinExec or CreateProcess function, but a batch file is probably easier.
 
blackeyedangel

I've been using your program...very nice...better then a bachfile, in the gui...thanx
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back