Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Why forefox is not passing arguments to exe when launched using custom url protocol?

more options

I tired to register a custom url protocol using the example given in http://kb.mozillazine.org/Register_protocol

My application launched successfully but firefox failed to pass the arguments to the exe where as IE and chrome was successfully passed the arguments. Is this a bug in firefox and also let me know how i can launch an local exe with arguments passed to it.

I tired to register a custom url protocol using the example given in http://kb.mozillazine.org/Register_protocol My application launched successfully but firefox failed to pass the arguments to the exe where as IE and chrome was successfully passed the arguments. Is this a bug in firefox and also let me know how i can launch an local exe with arguments passed to it.

Всички отговори (1)

more options

I wonder whether you need to use a syntax similar to the file protocol when specifying the path to the file you want to launch... If you open the page in Firefox, copy everything after file: and then use that after your custom protocol, can Notepad open the file?