Force a shortcut to open Firefox directly on a page

1

My system is a tax liability manager and works on virtually any browser, but I have not tested at all, so I do not know if it will be stable at all, I've developed testing on firefox-dev , so on Firefox it's all 100% as it should be.

It's intranet, so I do not need portability. What I am trying to do is a .bat or a shortcut where I can force open Firefox direct on the target to login .

This would be for Windows 7, for PCs with Linux distros I was able to do it quietly.

I could not do anything by example, because it was all via interface what I tried to do.

    
asked by anonymous 28.09.2017 / 18:44

1 answer

3

You can use both forms:

1) With shortcut:

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

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

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

If you need more information:

link

    
28.09.2017 / 18:57