Hello12345 Posted April 24, 2006 Posted April 24, 2006 I created a script and i would not delete the hidden + system files, unless you make them unhidden.
Developers Jos Posted April 24, 2006 Developers Posted April 24, 2006 I created a script and i would not delete the hidden + system files, unless you make them unhidden. Look at FileGetAttrib() .. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Zedna Posted April 24, 2006 Posted April 24, 2006 Look at FileGetAttrib() ..And FileSetAttrib() Resources UDF ResourcesEx UDF AutoIt Forum Search
Hello12345 Posted April 24, 2006 Author Posted April 24, 2006 Yes, i tried that, and it works. i was just wondering why it does not work with hidden+system files. Is this done in purpose? Thanks for all the help..
CyberSlug Posted April 24, 2006 Posted April 24, 2006 Yes, i tried that, and it works.i was just wondering why it does not work with hidden+system files.Is this done in purpose?Thanks for all the help.. According to the table under #7 at http://www.claymania.com/dos-primer.html DOS cannot delete hidden or system files either. (But Explorer can....) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Hello12345 Posted April 25, 2006 Author Posted April 25, 2006 (edited) Sorry. I just checked again, it works. must have been sleeping. Thank again.. Edited April 25, 2006 by Hello12345
MHz Posted April 25, 2006 Posted April 25, 2006 According to the table under #7 at http://www.claymania.com/dos-primer.html DOS cannot delete hidden or system files either. (But Explorer can....)The table is incorrect, CS. The DOS command below will delete a hidden file or any other attribute that I set it for. Del /A:H *.txt
CyberSlug Posted April 25, 2006 Posted April 25, 2006 The table is incorrect, CS. The DOS command below will delete a hidden file or any other attribute that I set it for.Just goes to show: Don't believe everything you read on the internet I wonder if the table is only accurate for *old* versions of DOS. Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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