realkiller Posted November 5, 2006 Posted November 5, 2006 i need a command or script that can help me. if internet explorer is ready loading it must continue executing the commands Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
theguy0000 Posted November 5, 2006 Posted November 5, 2006 StatusBarGetText () The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
realkiller Posted November 5, 2006 Author Posted November 5, 2006 (edited) how must i use it my script run("C:\Program Files\Internet Explorer\IEXPLORE.EXE www.tweakers.net") StatusbarGetText() send("hallo") Edited November 5, 2006 by realkiller Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
theguy0000 Posted November 5, 2006 Posted November 5, 2006 how must i use it my script run("C:\Program Files\Internet Explorer\IEXPLORE.EXE www.tweakers.net") StatusbarGetText() send("hallo") look in the help file use StatusGetText to get the status from Internet explorer, and if it's done, the do what you want. run("C:\Program Files\Internet Explorer\IEXPLORE.EXE www.tweakers.net") $x = StatusbarGetText("Internet Explorer") While Not StringInStr ($x, "Done") Sleep (100) $x = StatusbarGetText("Internet Explorer") WEnd send("hallo") The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
realkiller Posted November 5, 2006 Author Posted November 5, 2006 thx Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now