How to open a certain website

How can be this controlled in that simulator? Can HIDmacros be used with this application?
Post Reply
nicNav033
Posts: 2
Joined: 30 Mar 2022, 02:10

How to open a certain website

Post by nicNav033 » 30 Mar 2022, 02:16

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!

nicNav033
Posts: 2
Joined: 30 Mar 2022, 02:10

Re: How to open a certain website

Post by nicNav033 » 30 Mar 2022, 05:07

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

Turtieshelll
Posts: 3
Joined: 20 Jun 2022, 12:27

Re: How to open a certain website

Post by Turtieshelll » 22 Jun 2022, 11:20

i typed https://google.com/ in the run application window and it opened that website using default browser (which is chrome for me)

Post Reply