home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / komunikace / netscape / nsb-install-8-0.exe / nsb-perms.cmd < prev    next >
OS/2 REXX Batch file  |  2005-08-10  |  466b  |  12 lines

  1. @echo off
  2.  
  3. REM Allow all users READ access to the complete application.
  4.  
  5. cacls.exe Netscape\*.* /T /E /C /G Everyone:R >NUL
  6.  
  7. REM Allow all users FULL CONTROL of sitecontrols and everything in it,
  8. REM so that Silent Update can create and delete files regardless of
  9. REM who is logged in.
  10.  
  11. cacls.exe "Netscape\Netscape Browser\defaults\sitecontrols\*.*" /E /G Everyone:F >NUL
  12. cacls.exe "Netscape\Netscape Browser\defaults\sitecontrols\*.*" /E /G Users:F >NUL