Thankyou so very much!
That WORKED!
I really appreciate all your help Compo & foxidrive
What command can I also add to make the FLAC folders hidden and RO?
Search found 8 matches
- 02 Jul 2014 04:58
- Forum: DOS Batch Forum
- Topic: Help creating batch file to change permissions of folders
- Replies: 15
- Views: 11931
- 01 Jul 2014 08:27
- Forum: DOS Batch Forum
- Topic: Help creating batch file to change permissions of folders
- Replies: 15
- Views: 11931
Re: Help creating batch file to change permissions of folder
It just shows switching information However if that user info is removed, the batch works as expected. Its a bit strange You can specify more than one user in a command. Abbreviations: CI - Container Inherit. The ACE will be inherited by directories. OI - Object Inherit. The ACE will be inherited by...
- 01 Jul 2014 08:01
- Forum: DOS Batch Forum
- Topic: Help creating batch file to change permissions of folders
- Replies: 15
- Views: 11931
Re: Help creating batch file to change permissions of folder
No, I get the same error
- 01 Jul 2014 07:57
- Forum: DOS Batch Forum
- Topic: Help creating batch file to change permissions of folders
- Replies: 15
- Views: 11931
Re: Help creating batch file to change permissions of folder
Thankyou! @echo off for /f "delims=" %%a in ('dir "C:\Users\Administrator\Desktop\Tunez\flac" /b /s /ad ') do ( echo y| cacls "%%a" /C /G administrator:F /G "John Smith":F echo y| cacls "%%a\*.*" /C /G administrator:F /G "John Smith":F ) pa...
- 01 Jul 2014 07:43
- Forum: DOS Batch Forum
- Topic: Help creating batch file to change permissions of folders
- Replies: 15
- Views: 11931
Re: Help creating batch file to change permissions of folder
Thanks the prompting change worked great
adding the user is " didnt work unfortunately
Any other ideas?

adding the user is " didnt work unfortunately
Any other ideas?

- 01 Jul 2014 06:01
- Forum: DOS Batch Forum
- Topic: Help creating batch file to change permissions of folders
- Replies: 15
- Views: 11931
Re: Help creating batch file to change permissions of folder
Thanks so much foxidrive
Currently its prompting for each change, needing to say Y or N
Also, how can I add the 2nd user when the user has a space in it?
Thanks a lot for your help, REALLY appreciate it
Currently its prompting for each change, needing to say Y or N
Also, how can I add the 2nd user when the user has a space in it?
Thanks a lot for your help, REALLY appreciate it
- 28 Jun 2014 20:58
- Forum: DOS Batch Forum
- Topic: Help creating batch file to change permissions of folders
- Replies: 15
- Views: 11931
Re: Help creating batch file to change permissions of folder
OOPS, I guess that could have been helpful eh?
Apologies there
Windows Server 2003
Thanks
Apologies there
Windows Server 2003
Thanks

- 28 Jun 2014 09:17
- Forum: DOS Batch Forum
- Topic: Help creating batch file to change permissions of folders
- Replies: 15
- Views: 11931
Help creating batch file to change permissions of folders
Hi guys & girls I'm very new to batch file creation and would love some help I need to be able to change the NTFS permissions on a particular folder using a script (so i can schedule on a daily basis) I have hundreds of folders under a file MP3 share (eg: \\server\music\black sabbath\(1970) Para...