Application specific URLs

Questions, comments, and suggestions related to Typeitin.
Post Reply
dsan1326
Posts: 11
Joined: Mon Jul 01, 2019 2:08 pm

Application specific URLs

Post by dsan1326 » Thu Sep 03, 2020 3:38 pm

My office environment requires me to use different web browsers based on URLs.

For example, I am required to use firefox for website A, Microsoft Edge for website B and IE for website C. This is because we have over 200+ internal applications with different front end web interface requirements.

How do I open a website in TypeItIn while also specifying the web browser?

Wavget
Site Admin
Posts: 91
Joined: Wed Jan 16, 2019 4:32 pm

Re: Application specific URLs

Post by Wavget » Thu Sep 03, 2020 4:38 pm

You can specify the program to use to open the URL.

For example, to use Internet Explorer

Code: Select all

{run iexplore.exe,www.website1.com}
To use Google Chrome

Code: Select all

{run chrome.exe,www.website2.com}
Microsoft Edge seems to require a full path to the application:

Code: Select all

{run C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,www.website3.com}
Hope this helps,
Paul.

Post Reply