View Single Post
  #33 (permalink)  
Old 02-01-2010, 11:45 PM
itsachirpthing's Avatar
itsachirpthing
PPCGeeks Regular
Offline
Location: TN
 
Join Date: Sep 2007
Posts: 139
Reputation: 142
itsachirpthing is keeping up the good workitsachirpthing is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

Quote:
Originally Posted by nayr1482 View Post
I have this in my script to stop Opera 9.5

If ( ProcExists("Opera9.exe") )
Close("OperaNetwork")
While ( WndExists( "OperaNetwork" ) )
Sleep(500)
EndWhile
Close("Opera")
While ( WndExists( "Opera" ) )
Sleep(500)
EndWhile
Close("VZW Today")
While ( WndExists( "VZW Today" ) )
Sleep(500)
EndWhile

EndIf

I'm running the latest Mighty ROM 2/1/10 and my class names will be different. I will work on the name and try to replace in the script. I hate "oper9.exe" lol. It kills my TTS every time! I'll try these lines out. Thanks.
Reply With Quote