October 28, 200421 yr Hi,Just Made This Script and all works wicked..Real.vbsSet WshShell = WScript.CreateObject ("WScript.Shell")WshShell.Run (".\RealPlayer.exe")WScript.Sleep 30000WshShell.SendKeys "{ENTER}"WScript.Sleep 1000WshShell.SendKeys "{TAB}"WshShell.SendKeys " "WshShell.SendKeys "{TAB}"WshShell.SendKeys "{TAB}"WshShell.SendKeys "{TAB}"WshShell.SendKeys "{TAB}"WshShell.SendKeys "{ENTER}"WScript.Sleep 500WshShell.SendKeys "{TAB}"WshShell.SendKeys "{TAB}"WshShell.SendKeys "{TAB}"WshShell.SendKeys " " WshShell.SendKeys "{DOWN}"WshShell.SendKeys " "WshShell.SendKeys "{DOWN}"WshShell.SendKeys " "WshShell.SendKeys "{TAB}"WshShell.SendKeys "{TAB}"WshShell.SendKeys "{TAB}"WshShell.SendKeys "{ENTER}"WScript.Sleep 30000WshShell.SendKeys "{ENTER}"WScript.Sleep 6000WshShell.SendKeys "{TAB}"WshShell.SendKeys "{TAB}"WshShell.SendKeys "{ENTER}"WScript.Sleep 200WshShell.SendKeys "{ENTER}"WScript.Quitit also kills the registering process at the end but all you need to do is add the taskkill /f /im realplayer.exe to runcmdex.cmdreal.vbs
Create an account or sign in to comment