Help creating batch file to change permissions of folders

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Message
Author
Compo
Posts: 600
Joined: 21 Mar 2014 08:50

Re: Help creating batch file to change permissions of folder

#16 Post by Compo » 02 Jul 2014 10:16

You could see if this does what you require:

Code: Select all

Attrib +r +h "C:\Users\Administrator\Desktop\Tunez\flac" /s /d

Post Reply