Then I created this script, compiled, & scheduled executable(through Windows Task Scheduler).
;- ; Desc: Play verse using RealPlayer & AutoIt ;- BlockInput(1);Disable input 'til RP start... Run('"C:\Program Files\Real\RealPlayer\realplay.exe" ' & _ 'http://sites.google.com/' & _ 'site/' & _ 'mikebeeesifighterverses/' & _ 'set-d/' & _ 'Isa43.1b-3a-esv.smil') While Not WinExists("Real") Sleep(55);...wait for RP WEnd If WinExists("Real") Then WinActivate("Real") Send("{AltDown}{Space}N{AltUp}");...minimize EndIf BlockInput(0) Sleep(36000);...wait expected duration If WinExists("Real") Then WinKill("Real") EndIf
1 comment:
thanks for the head sup.I just love it.
Post a Comment