Borje Posted April 26, 2011 Posted April 26, 2011 (edited) Hi all Is that anobody here that know some command or how to delete all directory on a drive? Example if a have a drive f: and i have folders Test1, Test2,Test3, sound, programs and I want to delete all this folders what to do? Edited April 26, 2011 by Borje
wakillon Posted April 26, 2011 Posted April 26, 2011 Try For $_I = 1 To 3 DirRemove ( 'f:\Test' & $_I, 1 ) Next AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
Borje Posted April 26, 2011 Author Posted April 26, 2011 Thanks wakillon But this is not worked if that are others folders names, is that not possible to have wildcards?
hannes08 Posted April 26, 2011 Posted April 26, 2011 Hi Borje, try reading all directorynames to an array via _FileListToArray() (see helpfile for function reference), Then you can loop through that array and delete all folders. You could also do a Quick format, if you want to delete everything on that drive. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
hannes08 Posted April 26, 2011 Posted April 26, 2011 What? The quickformat? You're welcome. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Borje Posted April 26, 2011 Author Posted April 26, 2011 No I use the _FileListToArray() and that works great.
FMS Posted April 26, 2011 Posted April 26, 2011 can u put in the result of your script? i'm curious in how u used it for learning reasons:D whit kind regards FMS as finishing touch god created the dutch
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