rahul603 0 Posted May 21, 2010 Hi All, I am in a process of creating a script in which i do require right clicking the files and folders. for example: I need to click on the following folder On Desktop double left click on My Computer > Double click on C: drive > Now i want to right click on a folder named DATA Same goes to case with files On Desktop double left click on My Computer > Double click on C: drive > Now i want to right click on a file named File Is this possible in AutoIT, i tried but didn't find this possible. Please help me if you have a solution for my problem. Thank you. Share this post Link to post Share on other sites
PsaltyDS 39 Posted May 21, 2010 Examine the listview control of the explorer window with AU3Info.exe to see exactly what you're working with, and you can probably do that. But most of those manual GUI actions can be run more easily by calling the function directly. Right-click on a file brings up the context menu for that file type. Which context option did you want to run on the file? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites