danj
New Member
Hi there,
I have a question about creating a batch file.
I did some research on writing batch files but I still can't seem to figure out what I need to do. What I want is a batch file that, when executed, will run two separate executable files (start two programs)
The two programs are Avast and Kerio firewall - I rarely go online with this computer, so I'd like a quick way to start these guys up when I do go online.
From what I've read, this is all I can come up with:
@echo off
start "kerio" C:\Program Files\Sunbelt Software\Personal Firewall\kpf4ss.exe
@echo off
start "avast" C:\Program Files\Alwil Software\Avast4\ashDisp.exe
any help would be appreciated,
-dan
I have a question about creating a batch file.
I did some research on writing batch files but I still can't seem to figure out what I need to do. What I want is a batch file that, when executed, will run two separate executable files (start two programs)
The two programs are Avast and Kerio firewall - I rarely go online with this computer, so I'd like a quick way to start these guys up when I do go online.
From what I've read, this is all I can come up with:
@echo off
start "kerio" C:\Program Files\Sunbelt Software\Personal Firewall\kpf4ss.exe
@echo off
start "avast" C:\Program Files\Alwil Software\Avast4\ashDisp.exe
any help would be appreciated,
-dan