hello, it is monday and I am still having difficulties with the script. it gets to the point where its installing the files but then, I think the setfocus runs out and it just doesn't finish the installation. The script doesn't wait for the program to finish. I tried setting a loop as follows:

code:

While
$RC = SetFocus( "Installing" ) <> 0
Sleep( 1 )
Loop
SetFocus( "Telephony LAN-Linx Config" )
SendKeys("~O")
Sleep( 3 )
SetFocus( "Lan-Linx 2000 Installation" )
SendKeys("{ENTER}")

Any ideas? THanks alot.