As stated in other quires, I'm quite new to this, so I'm in need of a little help. All I'm after is a line of code that will do one of the following:
Select a file at random from a folder, open it, continue with the rest of the script I've written and then delete that file, then loop.
Or, Select the top file (preferred option) and then do the above^
All I'm after is a line that will select a file following one of the above rules.
Something like this would be perfect:
RandomSelect (C:\Users\User\Desktop\Folder) *.html
Deletefile (C:\Users\User\Desktop\Folder) (above file)
Thankyou
PS: If its not possible for Autoit, would it be possible for any other language?