Force a shortcut to open Firefox directly on a page

Asked

Viewed 2,645 times

1

My system is a tax obligations manager and works in any browser virtually, but I have not tested at all, so I do not know if it will be stable at all, I developed doing tests on firefox-dev, so in Firefox everything is 100% as it should be.

It’s intranet, so I don’t need portability. What I’m trying is a .bat or a shortcut where I can force open Firefox directly to the destination login.

Well, only with normal shortcut, very simple, it opens in the URL, but I’m not able to force you to open Firefox, it always opens in the browser set as default on that computer.

This would be for Windows 7, for Pcs with Linux distros I managed to do quiet.

I couldn’t make any example, because it was all via interface what I tried to do.

1 answer

3


You can use both forms:

1) With short cut:

When creating a shortcut, put Unidade:/caminho/para/firefox.exe "www.endereco.do.site"

2) With command line (possible to use in batch as well):

Contain the line Unidade:/caminho/para/firefox.exe www.endereco.do.site (Notice the space between the Firefox path and the address, without using quotes).

If you need more information:

https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

  • 1

    Had spent scraping kkk The first worked already, quite simple.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.