Jump to content

Recommended Posts

Posted

What i need to do is have a loop that finds all the *.mp3, *.wma, *.wmv on one storage device. Im really unsure how to make this recrusion loop if some one could help that would be great!

[center][/center]

  • Moderators
Posted

Search "File Recursion" ( top right corner )

there are many

Ex

Errr... someone forget to sign out of the AutoIt123 tut? :)

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

another option would be to put a wrapper around

dir /s /b

with the stdout/stdread funcs, this is a very fast method that doesn't require temp files.

Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...