TheDougmeister
New member
- Local time
- Today, 05:35
- Joined
- Oct 15, 2021
- Messages
- 4
I know that I can use the "Shell" command to open a URL:
Shell <Browser path and EXE> & " " & <URL>
But it will open in a new tab if the browser already has instantiated an instance. Is there a way to force it to open in a new browser window? Perhaps with a different method, or with different parameters?
Note: these are cross-posted at two other forums where I received no solid answers but plenty of complaints about not labelling my post as a "crosspost", so I'm doing that here.
Shell <Browser path and EXE> & " " & <URL>
But it will open in a new tab if the browser already has instantiated an instance. Is there a way to force it to open in a new browser window? Perhaps with a different method, or with different parameters?
Note: these are cross-posted at two other forums where I received no solid answers but plenty of complaints about not labelling my post as a "crosspost", so I'm doing that here.