typeleven Posted July 27, 2008 Posted July 27, 2008 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.
Bert Posted July 27, 2008 Posted July 27, 2008 Please take a look in the file, directory, and disk management area of the help file. All your answers are there. The Vollatran project My blog: http://www.vollysinterestingshit.com/
FreeFry Posted July 27, 2008 Posted July 27, 2008 I think what he means is how to automate such a window... Which I'm not quite sure how to do, send perhaps should work, but ye..
typeleven Posted July 27, 2008 Author Posted July 27, 2008 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?
mscrx Posted July 28, 2008 Posted July 28, 2008 you can preselect a folderFileSelectFolder("here is your folder", @WindowsDir)in this case the Windows directory is where your folder select dialog box starts.
typeleven Posted July 28, 2008 Author Posted July 28, 2008 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.
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