לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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?