GaryFrost Posted September 22, 2007 Posted September 22, 2007 Run ( "Explorer c:\" ) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
seres Posted September 22, 2007 Author Posted September 22, 2007 that didnt worked it opens the folder browse what i want to know if there is a form to open a folder, not to browse it
Nahuel Posted September 22, 2007 Posted September 22, 2007 Something like this?Run( "Explorer",@WindowsDir)Replace @WindowsDir with the path of the folder you want to open.
therks Posted September 22, 2007 Posted September 22, 2007 ShellExecute('C:\Program Files') ?? My AutoIt Stuff | My Github
GaryFrost Posted September 22, 2007 Posted September 22, 2007 that didnt worked it opens the folder browse what i want to know if there is a form to open a folder, not to browse itThe questions is pretty vague, no form to open a folder, perhaps you mean FileSelectFolder, check the help file. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
bman Posted September 25, 2007 Posted September 25, 2007 so, I am trying to do this as well.. and both the shellexecute command or the Run( "explorer.exe Z:\") work through windows... however I am currently trying to do this using seemless windows in Metaframe, which usually doesn't have any problem running autoit scripts, however neither of these commands work in a favorable way when using seemless windows in metaframe. ShellExecute just throws errors up "Windows can not find '/idlist,296:5220,Z:\'." using Run("explorer.exe Z:\") causes problems with the seemless windows because it tries to open the metaframe desktop. I hope i haven't completely confused everyone, not sure how familiar people are with metaframe.
bman Posted September 25, 2007 Posted September 25, 2007 ok... i was able to make something work... Used the User Defined Functions for IE Management... _IECreate ( "file://z:\") Works marvelously.
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