karthikeyan Posted April 16, 2007 Posted April 16, 2007 Hi, I want to sort/search/delete file(s) which are in a particular folder. Please help me in the same. WinWaitActive("C:\WINDOWS\system32\cmd.exe") Send("explorer D:\FOI") ; Opening folder containing FOIs Send("{ENTER}") WinWaitActive("FOI") sleep(300) Send("{SPACE}") I was able to enter the folder using the above code can you please help me to sort/search/delete file(s). Karthikeyan_SEA
alex OF DEATH Posted April 16, 2007 Posted April 16, 2007 Well, we might need some more information... Do you want a GUI? Sort files by what? Size? biggest first? Name? Whats in the folder? What are we trying to accomplish?
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