Gid Posted November 16, 2005 Posted November 16, 2005 (edited) I need to be able to read a file in Windows Explorer at the mouse position and then split the name up for use as variables in another program. I've attached a picture of a typical folder. The file types are always entered in this general format and I want to be able to split the file name into separate strings at every period(.). Does anyone have any suggestions as to where I might begin? Thanks. Edited to include attachment. Edited November 16, 2005 by Gid
MSLx Fanboy Posted November 16, 2005 Posted November 16, 2005 I don't know about graphically, but why not just do FileFindFirstFile and FileFindNextFile? If you want graphical input, look into FileSelectFolder. Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
LxP Posted November 17, 2005 Posted November 17, 2005 You could do something like this: MouseClick('Primary') Send('{F2}^c{ESC}' Local $Filename = ClipGet()
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