Moidifying File Attributes

  • Thread starter Thread starter Larry H.
  • Start date Start date
L

Larry H.

Hi,

Can anyone tell me IF it is possible to REMOVE the "read-
only" attribute from a whole folder of photos at one
time ?? I have about 600 pictures in a single folder
that were downloaded from a CD. All of the attributes
were set to "Read-Only". Now, I would like to modify
(lighten, crop, etc.) these pictures, so I need to remove
the "read-only" attribute...
Is this possible ???

Thanks
Larry H.
 
I usually have the "Command prompt here" powertoy installed, but either
way - the fastest way I know of is through the command prompt. Go to the
folder with the pictures, and type in:
attrib -r *.jpg (assuming they're all jpg files.)
 
Thank you so much. I cannot believe that I had already
forgotten ALL of the neat things that you could do inside
DOS, but now you have reminded me... It worked
beautifully.

Thanks again,
Larry H.
 
Larry,
If I'm not mistaken you can also do this....

Go to the folder with the images and select all of them. Than right click
and select Properties. Uncheck the Read Only attribute and click Apply....
 
Back
Top