Jump to content

simple script: open folder


Recommended Posts

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 by hendrikhe
Link to comment
Share on other sites

  • Moderators

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.0

ShellExecute("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.

"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

  • 7 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...