Copy and paste the following (but don't include the "last updated"
line!)
into C:\bat\DelNscCk.bat
Note that the filename used for this subroutine bat must be as
specified,
because it is called from others.
if not exist Cookies.txt echo No Netscape cookies found
if not exist Cookies.txt goto END
echo Netscape cookies were found
c:\windows\command\Attrib -h Cookies.txt
c:\windows\command\Attrib -r Cookies.txt
del Cookies.txt
if not exist Cookies.txt echo Netscape cookies were deleted.
if exist Cookies.txt echo Netscape cookies were not successfully
deleted.
echo.
:END
last updated March 29, 2003