Search found 2 matches

by COM1
27 Oct 2017 10:33
Forum: DOS Batch Forum
Topic: icacls
Replies: 3
Views: 3510

Re: icacls

I believe that solved my issue. THANK YOU Steffen! Now to just adjust permissions for those running the script. They need to be able to change the permissions of the folders they create, but the ACE "Change Permissions" doesn't seem to have an effect on the new folder, even though the ACE ...
by COM1
26 Oct 2017 15:21
Forum: DOS Batch Forum
Topic: icacls
Replies: 3
Views: 3510

icacls

Little help with icacls please. I have vbs creating a shell and running the following..... strfolder = InputBox("Please enter a folder") set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.CreateFolder "\\folder1\folder1.1\folder1.2\" & strfolder Dim objF...