03-21-2011, 06:23 PM
Gintaras Wrote:Macro Macro1559
run "router page" ;;replace this line with real code. To add the code, drag and drop the router page icon from desktop to here.
int w2=wait(15 win("SpeedTouch - Home - Windows Internet Explorer" "IEFrame"))
2
Acc a=acc(...) ;;replace this with code that finds button "Disconnect". To add the code, use floating toolbar dialog "Find accessible object".
err goto connect
a.DoDefaultAction ;;clicks Diconnect
3
;connect
;here add code for (4) and (5)
I'm home and I'm very happy cause what you've told me it worked.
I have one more question? Is it possible to run this macro on a same machine but on a different user account? I kinda wanna do something else, that wait for this macro.
Thank you
