Reason
10-16-2003, 03:08 AM
can somebody please explain to me how I can make a btach file in Windows XP that will open Internet Explorer and ZoneAlarm at the same time? I keep trying but my batch file doens't work.. thanks!
Read with Formatting |
Join TechSpot! (it's free)
open ZoneAlarm and IE at the same time?
|
Reason 10-16-2003, 03:08 AM can somebody please explain to me how I can make a btach file in Windows XP that will open Internet Explorer and ZoneAlarm at the same time? I keep trying but my batch file doens't work.. thanks! Tarkus 10-16-2003, 10:14 PM Why would you do that? You should have ZA running all the time, even if you're not using IE. Ad 10-16-2003, 10:14 PM prime2515102 10-17-2003, 11:53 AM I wondered the same thing Torkus said but if you must... Just put each program on a seperate line and make sure that any directory or file name that has spaces in it has a quote around it. For example: C:\"Program Files"\"Zone Labs"\ZoneAlarm\zonealarm.exe Now, internet explorer is another story. I can't get that to work either. This does work though.. Add the line (with no quotes): "Start about:blank" <----that's showing a space for me before the : but there isn't one. This will open IE without opening the homepage. To set your homepage, just type in the URL: "Start www.techspot.com" Hope that helps... Prime Nodsu 10-17-2003, 04:17 PM " "c:\program files\zone labs\zonealarm\zonealarm.exe" " will work just fine. And the command to run IE would be "start iexplore <URL>" poertner_1274 10-17-2003, 05:30 PM Any more reasoning why you want ZA to only work when you are on the internet? Nodsu 10-18-2003, 07:12 AM Maybe he is on dialup and needs ZA only when he starts IE and dials in? |
|