fxg4758 Posted June 6, 2009 Posted June 6, 2009 Hi all. I need to select text from the right until "\" and put them in a second field. How i can select the text and copy to a second field? Thanks for any information. Source- "\\server1\11\test-0.xls" -> Destination- "\\server11\14\test-0.xls"
Mat Posted June 6, 2009 Posted June 6, 2009 (edited) Have a look at ControlGetText and then probably stringregExp, and then ControlSend.Its not too hard when you try!MDieselEdit: You can also have a look here Edited June 6, 2009 by mdiesel AutoIt Project Listing
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