Stalker0 Posted November 10, 2007 Posted November 10, 2007 Hey guys, I'm creating a script that will go through a batch of files and turn off all of the read only conditions found in the files. Now, I can code it to work through the GUI, but that's slower and clunkier than I would like. Is there a window's command line that will do this for me, so I just need to code in a series of windows commands?
ResNullius Posted November 10, 2007 Posted November 10, 2007 (edited) Hey guys, I'm creating a script that will go through a batch of files and turn off all of the read only conditions found in the files. Now, I can code it to work through the GUI, but that's slower and clunkier than I would like. Is there a window's command line that will do this for me, so I just need to code in a series of windows commands?Go to a command prompt and type attrib /?Should tell you everything you need to know. Or of course you could take the easy route and use the FileSetAttrib() function in AutoIt. Edit: Added FileSetAttrib, too quick off the mark with my ol' DOS brain... Edited November 10, 2007 by ResNullius
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now