Copy and paste the following (but don't include the "last updated"
line!)
into C:\bat\DelNzJnk.bat
Note that the filename used for this subroutine bat must be as
specified,
because it is called from others.
if not exist c:\Progra~1\NetZero\cache\nul goto NZPOOL
cd\Progra~1\NetZero\cache
if not exist ad*.* goto NZPOOL
cd
del ad*.*
echo.
:NZPOOL
if not exist c:\Progra~1\NetZero\Pool\nul goto NZBASK
cd\Progra~1\NetZero\Pool
if not exist ad*.* goto NZBASK
cd
del ad*.*
echo.
:NZBASK
if not exist c:\Progra~1\NetZero\Basket\nul goto END
cd\Progra~1\NetZero\Basket
if not exist poolad*.* goto END
cd
del poolad*.*
echo.
:END
last updated March 29, 2003