Hello All,
I use Netzero for backup dial-up connection, and would like to include the client in my unattended installs. Here's what I've got so far:
ECHO Installing NetZero 7.0 Client...
ECHO Please wait...
start /wait %systemdrive%\Apps\Netzero.exe /S
ECHO.
ECHO Killing Netzero.exe process
taskkill.exe /F /IM exec.exe
It works ok except that the installer opens a pop-up alert box warning to "close all browser windows before proceeding" which has to closed before batch can continue; what I'd like to know is how to disable it...