Huntknife Posted February 29, 2020 Share Posted February 29, 2020 (edited) Guys i need for my code to open Internet explorer or google chrome and enter ip adress on adress bar then hit enter, i am trying to that with ControlSend but i dont know how to do that corectly? Thank you for answers guys Edited February 29, 2020 by Huntknife Link to comment Share on other sites More sharing options...
Subz Posted February 29, 2020 Share Posted February 29, 2020 Use _IECreate or you can use Run("Chrome.exe url") Link to comment Share on other sites More sharing options...
Huntknife Posted February 29, 2020 Author Share Posted February 29, 2020 5 minutes ago, Subz said: Use _IECreate or you can use Run("Chrome.exe url") How to open browser i know, but there is only IP adress like 192.168.1.1 without www. or http://, i need to insert it on Adress Bar and hit enter to connect Link to comment Share on other sites More sharing options...
Subz Posted February 29, 2020 Share Posted February 29, 2020 Did you actually test? Because it works fine for me. #include <IE.au3> ShellExecute("Chrome.exe", "192.168.1.1") _IECreate("192.168.1.1") seadoggie01 and Huntknife 2 Link to comment Share on other sites More sharing options...
Huntknife Posted March 2, 2020 Author Share Posted March 2, 2020 Thank you Subz helped me a lot, that worked perfectly Link to comment Share on other sites More sharing options...
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