Hi.
I do not realy program in ms dos, but I need to take away the read only attribues for some files in a given directory, as currently only administrators on my network can access them. The read only attributes can only be removed in DOS with the command:
I want to create an itteration statement to loop through all files and folders within a given directory and change the attrbutes accordingly.
Any help appriciated. Thanks.
I do not realy program in ms dos, but I need to take away the read only attribues for some files in a given directory, as currently only administrators on my network can access them. The read only attributes can only be removed in DOS with the command:
Code:
attrib <directory>\<filename>
I want to create an itteration statement to loop through all files and folders within a given directory and change the attrbutes accordingly.
Any help appriciated. Thanks.