Jump to content

Recommended Posts

Posted

How do I input a path name into this window? at the moment all I can do is make the user manually browse for a folder but I want a stored path to be used.

this window is from dvd shrink but there are other programs with this kind of window that I want to script as well such as driver magician.

Posted Image

Posted

yes I want to automate that window. I looked in the autoit help file and am not sure what I am looking for. perhaps someone could post a line of code that would tell that window what folder to point to?

Posted

you can preselect a folder

FileSelectFolder("here is your folder", @WindowsDir)

in this case the Windows directory is where your folder select dialog box starts.

Posted

The command FileSelectFolder() creates a Browse For Folder dialog. I want to tell an existing Browse For Folder dialog that has been created by another program what folder to point to.

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
  • Recently Browsing   0 members

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