Run link in specific browser? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
PepeLapiu
Posts: 324
Joined: 19 Jun 2020, 14:06

Run link in specific browser?

Post by PepeLapiu » 25 May 2022, 14:14

So Run, %link% will open the link in the default browser. In my case, Brave.
But what if I wanted the link to run in a different browser without changing the default browser?
For example Firefox.

User avatar
mikeyww
Posts: 26937
Joined: 09 Sep 2014, 18:38

Re: Run link in specific browser?  Topic is solved

Post by mikeyww » 25 May 2022, 14:25

Code: Select all

Run, firefox.exe http://www.autohotkey.com/

Post Reply

Return to “Ask for Help (v1)”