Shinies Posted August 1, 2006 Posted August 1, 2006 Hey, im not a noob with autoit but i cant figure out how to do this haha.. Anyone wanna help?
jpm Posted August 1, 2006 Posted August 1, 2006 Hey, im not a noob with autoit but i cant figure out how to do this haha.. Anyone wanna help?difficult to help you. You need to be more precise on what you try to accomplish.Which folder? which application?Did you try to search folder with the AutoIt help and read what's return
Shinies Posted August 1, 2006 Author Posted August 1, 2006 Ok sorry.. lets say i want to open a folder on my desktop called "ABC".. how would i go about opening it like you just double clicked it?
Moderators SmOke_N Posted August 1, 2006 Moderators Posted August 1, 2006 You could always try this you noOb :$Folder = 'Folder location and name' Run('explorer.exe "' & $Folder & '"') 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.
Shinies Posted August 1, 2006 Author Posted August 1, 2006 Perfect, i was thinking that but i thought running explorer.exe wouldnt work.. Thanks Smoke
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