Need help with Winautomation

Have you tried AutoIt? It can work wonders with nearly everything. It's free too.
 
thanks but it will take time to learn it, i just start learn how to use Winautomation and im stuck in this part.
 
Check out the intermediate samples, example #5. That shows you how to use the folder select dialogue and loop through all the files in the selected folder.

Or send me a PM...
 
a bit off topic but... anybody have a cracked 3.0 version or serial for it? i totaly fallen in love with this easy program.
 
Command Get Files From Folder
File filter *.txt
Store in %files%

Command Loop for each
Variable to Iterate: %files%
 
Back
Top