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
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.
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"
Summary: A question to BAT-gurus! First of all, I am not a programmer, so please don't blame my ignorance. Every morning I come to office and open my Internet Explorer to see what happened last day. I am pret...
Summary: Hello, I'm working on developing a menu for a USB flash drive. I have .bat file that opens a spreadsheet with a program that is installed on the flash drive. The code looks something like this: Start ...
Summary: I have been working on a project to make a bat file to remove known processes and files related to Antivirus 2009. I have gotten pretty far and just need a little help. I can't figure out how to use c...