Computing.Net > Forums > Programming > .bat file to open multiple programs

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

.bat file to open multiple programs

Reply to Message Icon

Name: Blade
Date: August 17, 2003 at 17:57:49 Pacific
OS: Win2000
CPU/Ram: 1.2/128
Comment:

I've been trying to use SpamBayes with Outlook Express. Usually I'd have to open SpamBayes, then OE. I'm trying to create a .bat file so that I can run both in one click and ect.

I have no experience with this at all and this is as far as I got with it.

@ECHO off
"C:\Program Files\Outlook Express\msimn.exe"
"C:\Program Files\SpamBayes\spambayes-1.0a4\pop3proxy.pyc"

But it seems that whatever is first opens and the second one doesn't.

My overall goal was to launch SpamBynes minimized and delay the start of OE for 5 seconds (SpamBynes takes a few seconds to launch). Then OE would open in a maximised window.

If anyone could help me with this or point me to somewhere where I could find what I need to accomplish this then please help me.

Blade



Sponsored Link
Ads by Google

Response Number 1
Name: borelli34
Date: August 17, 2003 at 20:47:07 Pacific
Reply:

See thread below :

BAT file to open multiple windows

borelli34


0

Response Number 2
Name: Nathan
Date: August 18, 2003 at 02:36:14 Pacific
Reply:

__________________________________________________________________
i have no idea what borelli34 was trying to say but this is what i've come up with. its a little thing called the start command. if you dont use it then the first file must be terminated before the batch file will continue...

@ECHO off
start "C:\Program Files\Outlook Express\msimn.exe"
start "C:\Program Files\SpamBayes\spambayes-1.0a4\pop3proxy.pyc"


Nathan



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: .bat file to open multiple programs

BAT file to open multiple windows www.computing.net/answers/programming/bat-file-to-open-multiple-windows/7513.html

Using bat file to open another fil www.computing.net/answers/programming/using-bat-file-to-open-another-fil/18641.html

Bat file to remove antivirus 2009 www.computing.net/answers/programming/bat-file-to-remove-antivirus-2009/17484.html