Search found 8 matches

by mrees
02 Jul 2014 04: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

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?
by mrees
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...
by mrees
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...
by mrees
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?

:)
by mrees
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
by mrees
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 :)
by mrees
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...