Page 1 of 1

how open chrome with specific url ahk ii  Topic is solved

Posted: 18 Jul 2016, 12:25
by maxwell
Can someone write script for me how to launch chrome with specific url plz? Cuz using

Code: Select all

Run, chrome.exe "url"
or

Code: Select all

Run, chrome.exe url
It gives me error about url argument.

Re: how open chrome with specific url ahk ii

Posted: 18 Jul 2016, 13:30
by Exaskryz
^2::Run chrome.exe google.com

Works fine for me. What is the exact error message? I imagine it has to do with the url itself.

Re: how open chrome with specific url ahk ii

Posted: 18 Jul 2016, 13:34
by maxwell
It was string has no action something like that but for some reason it just worked 2 mins ago but the problem I still didn't get the reason which makes me so curious but I am so glad for the help and appreciate it :) oh I have another post like few posts before this in the Same forum section asking about how to open url in same tab opened in Chrome can u help me with it if u don't mind as I am still learning . Thanks again