R Reason Posts: 18 +0 Oct 16, 2003 #1 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!
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 Posts: 615 +2 Oct 16, 2003 #2 Why would you do that? You should have ZA running all the time, even if you're not using IE.
P prime2515102 Posts: 10 +0 Oct 17, 2003 #3 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
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 Posts: 5,451 +7 Oct 17, 2003 #4 " "c:\program files\zone labs\zonealarm\zonealarm.exe" " will work just fine. And the command to run IE would be "start iexplore <URL>"
" "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 Posts: 3,874 +3 Oct 17, 2003 #5 Any more reasoning why you want ZA to only work when you are on the internet?
Nodsu Posts: 5,451 +7 Oct 18, 2003 #6 Maybe he is on dialup and needs ZA only when he starts IE and dials in?