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 >
Wrap
OS/2 REXX Batch file
|
2005-08-10
|
466b
|
12 lines
@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
cacls.exe "Netscape\Netscape Browser\defaults\sitecontrols\*.*" /E /G Users:F >NUL