shreeks 0 Posted May 2, 2011 Hi, I would like to customize the following code using IE.au3 send("#r") WinWaitActive("Run") send("http://localhost:8080/pentaho{Enter}") I tried replacing the above three line AutoIt code with the below line : $oIE = _IECreate ("http://localhost:8080/pentaho/Login") Is this right? Learning is Lifelong! Share this post Link to post Share on other sites
JohnOne 1,603 Posted May 2, 2011 Does it work? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
shreeks 0 Posted May 2, 2011 Friends, I replaced the below the following lines, send("#r") WinWaitActive("Run") send("http://localhost:8080/pentaho{Enter}") by ShellExecute ("iexplore.exe", "http://localhost:8080/pentaho/Login") ...and it works fine. Thanks. Learning is Lifelong! Share this post Link to post Share on other sites
shreeks 0 Posted May 2, 2011 This thread and doubt remains closed now. Thanks. Learning is Lifelong! Share this post Link to post Share on other sites