home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- REM Allow all users READ access to the complete application.
-
- cacls.exe Netscape\*.* /T /E /C /G Everyone:R >NUL
-
- REM Allow all users FULL CONTROL of sitecontrols and everything in it,
- REM so that Silent Update can create and delete files regardless of
- REM who is logged in.
-
- cacls.exe "Netscape\Netscape Browser\defaults\sitecontrols" /E /G Everyone:F >NUL
-