Page 1 of 1

How to open a certain website

Posted: 30 Mar 2022, 02:16
by nicNav033
Hey guys, i'm new to this. I tried googling and searching in the forum but it hasn't been of much help.
I would like to know what the macros is to open a certain website, if you know or can link me some information I'll be grateful

Thanks!

Re: How to open a certain website

Posted: 30 Mar 2022, 05:07
by nicNav033
I don't know if anyone will see this, but I found a way to solve this.
You need to open a new file in notepad, then write this:

DIM A
Set A=CreateObject("Shell.Application")
A.ShellExecute "Chrome.exe","https://www.google.com","","",1


Depending on the browser you use u can use "Iexplore.exe", "Firefox.exe", "Chrome.exe" or "Opera.exe". And of course change the URL to wherever you want to go.

Then save the as a .vbs, for example "google.vbs". You can select the file in Hidmacros and it will open the website.

Not sure if someone wants to do this, but I googled it and couldn't find it

Re: How to open a certain website

Posted: 22 Jun 2022, 11:20
by Turtieshelll
i typed https://google.com/ in the run application window and it opened that website using default browser (which is chrome for me)