Get it here: perms.zip
This is an ASP page, written in vbscript, that will attempt to set NTFS directory permissions on the folder that this script is in. The permissions will extend to all subfolders and files.
The folder will be made world-writable by granting the "Everyone" group the "Change" permission. ACLs on files and folders are edited, not overwritten.
Dependencies
Windows NT or 2000 operating system running on server
Microsoft IIS web server software
IIS configured to allow User Authentication
NTFS file system
WScript.Shell and Script.FileSystemObject COM objects, which are installed by default on Windows with the Windows Scripting Host
the cacls program, provided with Windows NT/2000 by default
Instructions for Use
Place this ASP file into a folder whose permissions you want to set
Request this file using a web browser
If you enjoy this script, please rate it at the CGI Resource Index.