Eole Posted October 17, 2007 Posted October 17, 2007 Hello everybody, I have been using AutoIT for one year now, and I try some new script now. During my script, a window appears, and the title of this window change each time. I would like my script to copy this title from the window and to past it in an excel file. I already know how to past it, but can you tel me how to copy it???? Thanks for all.
i542 Posted October 17, 2007 Posted October 17, 2007 $title=WinGetTitle("process.exe","") ClipPut($title) ;Then insert the Paste part here I can do signature me.
Eole Posted October 17, 2007 Author Posted October 17, 2007 I juste found the "WinGetTitle" fonction in the "AuoIT Help" Thank you for your fast answer.
BrettF Posted October 17, 2007 Posted October 17, 2007 "AuoIT Help"ZOMG! you missed a "t"! Like the humanity! jks... Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Eole Posted October 17, 2007 Author Posted October 17, 2007 (edited) Yes, excuse me: "AutoIT Help" thank's Edited October 17, 2007 by Eole
i542 Posted October 17, 2007 Posted October 17, 2007 Yes, excuse me:"AutoIT Help" thank'sIt is Thanks not thank's. It is also not AutoIT but AutoIt. Gosh, what a terrible spelling I can do signature me.
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