View Single Post
  #4 (permalink)  
Old 01-31-2010, 03:58 PM
nayr1482's Avatar
nayr1482
Regular 'Geeker
Offline
 
Join Date: Dec 2009
Posts: 312
Reputation: 1315
nayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on repnayr1482 is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: iGuidance MortScript to get around TTS not always working

added Opera back in since it seems that was one of the main issues (at least for me)





If ( ProcExists("manila.exe") )
RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",0)
RedrawToday
While ( WndExists( "Start" ) )
Sleep(500)
EndWhile
RegWriteDword ("HKLM","Software\Microsoft\Today\Items\HTC Sense","Enabled",1)
EndIf



ErrorLevel("syntax")



If ( ProcExists("repllog.exe") )
Close("ActiveSync")
While ( WndExists( "ActiveSync" ) )
Sleep(500)
EndWhile
EndIf



If ( ProcExists( "tmail.exe" ) )
Close("Outlook E-mail")
While( WndExists( "Outlook E-mail") )
Sleep(500)
EndWhile
Close("Messaging")
While( WndExists( "Messaging") )
Sleep(500)
EndWhile
EndIf



If ( ProcExists( "tmail.exe" ) )

EndIf



If ( ProcExists("HTCAlbum.exe") )
Close("Album")
While ( WndExists( "Album" ) )
Sleep(500)
EndWhile
EndIf



If ( ProcExists("poutlook.exe") )
Close("Contacts")
While ( WndExists( "Contacts" ) )
Sleep(500)
EndWhile
EndIf



If ( ProcExists("CommManager.exe") )
Close("Comm Manager")
While ( WndExists( "Comm Manager" ) )
Sleep(500)
EndWhile
EndIf



If ( ProcExists("TaskMgr.exe") )
Close("Task Manager")
While ( WndExists( "Task Manager" ) )
Sleep(500)
EndWhile
EndIf



If ( ProcExists("fexplore.exe") )
Close("File Explorer")
While ( WndExists( "File Explorer" ) )
Sleep(500)
EndWhile
EndIf



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







RunWait("\Storage Card\IGO8\iGO8.exe")


RedrawToday
Reply With Quote