hendrikhe Posted May 6, 2015 Share Posted May 6, 2015 (edited) I am trying since a while to open a folder with the windows explorer. I tried so far ShellExecute("c:\TestFolder")Run("Explorer.exe " & "c:\TestFolder") and many other endless "solutions"prolly the most simple thing in the world. Can someome help me out pls? Edited May 6, 2015 by hendrikhe Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted May 7, 2015 Moderators Share Posted May 7, 2015 You state what you want to do, and what you have tried, but not the result. Both of these work just fine for me on WIN7 x64 with the 3.3.12.0ShellExecute("C:\TestFolder")Run("Explorer.exe C:\TestFolder")If you are receiving a different response, we need more information on the system and version of autoit you're using. Kambiz and hendrikhe 2 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
hendrikhe Posted May 7, 2015 Author Share Posted May 7, 2015 Nothing happend all the time. Since too days...., no idea what I made wrong.... but its working now JLogan thnx mate Link to comment Share on other sites More sharing options...
gwinter Posted August 21, 2022 Share Posted August 21, 2022 https://www.autoitscript.com/autoit3/docs/functions/FileSelectFolder.htm Link to comment Share on other sites More sharing options...
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