Let's say that c:\junk contains multiple files that are 'read only'
I am changing that attribute one file at a time using a looping
structure/DIR$/ATTRIB. Works just fine, but it's not to my liking.
How do I turn the 'read only' attibute to off in c:\junk using a
single statement?
Suggestions and/or push in the right direction is requested.
Thanks, Jack
------------------
I am changing that attribute one file at a time using a looping
structure/DIR$/ATTRIB. Works just fine, but it's not to my liking.
How do I turn the 'read only' attibute to off in c:\junk using a
single statement?
Suggestions and/or push in the right direction is requested.
Thanks, Jack
------------------
Comment