Jump to content

Select a folder & right click on it


 Share

Recommended Posts

How do I write an AutoIt script to select a folder (in this case, C:\TestFolderr) and right-click on it.

I tried the following but it doesn't work. Thanks a lot for your help!

DirCreate("C:\TestFolder")

$search = FileFindFirstFile("TestFolder")

$file1 = FileFindNextFile($search)

Send("+{F10}")

Link to comment
Share on other sites

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