
Originally Posted by
Dan Penny
If I'm understanding this correctly, the main issue is removing the "Read Only" attribute from the files (in a given folder) once they have been copied to the hard disk from a CD. If this isn't the case, disregard this post.
What I do is open a command window and type in the following for a mass attrib change in a folder;
attrib/s -r "X:\Folder Name Here\*.*"
(X: of course being the drive letter)
This removes the Read Only attribute from all files in the given folder, and all sub-folders/files in that parent folder.