csh Posted January 19, 2010 Posted January 19, 2010 I'm trying the following code from the AutoIt documentation: Run("notepad.exe") $title = WinGetTitle("[CLASS:Notepad]","") MsgBox(0,"Full title read was:", $title) This returns 0. I'm running the script on Windows Server 2003 Enterprise 32-bit w/SP2. Any idea why this doesn't work. Is the documentation incorrect?
csh Posted January 19, 2010 Author Posted January 19, 2010 My bad, I forgot to do a WinWait() first...
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