Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

חיפוש בתמיכה

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox Links to local or network pages do not <a href="file:///T:/XX/bat/xx.bat" type="application/bat" target

  • 3 תגובות
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת kitakoro

more options

Hi All, the problem i am having on users systems is that the link that points to the network drive for a batch file to execute nothing happens in FF but works in IE

 <a href="file:///T:/XX/bat/xx.bat">

i found some fixes which is the current user profile but i would like to push the following out for all users without resetting their current settings. i am currently still running ff v12 but i would like to update v 15.x with the fix.

1. opendownload.xpi
2. opendownload2-3.2.1-fx+sm.xpi
3. user.js
Hi All, the problem i am having on users systems is that the link that points to the network drive for a batch file to execute nothing happens in FF but works in IE <a href="file:///T:/XX/bat/xx.bat"> i found some fixes which is the current user profile but i would like to push the following out for all users without resetting their current settings. i am currently still running ff v12 but i would like to update v 15.x with the fix. <pre><nowiki>1. opendownload.xpi 2. opendownload2-3.2.1-fx+sm.xpi 3. user.js</nowiki></pre>

השתנתה ב־ על־ידי cor-el

פתרון נבחר

Hi All, problem has been resolved. Extracted plug-ins needed to be copied to Program Files\extension folder instead of user extension folder. system base fix instead of user base.

thank you all for your support.

Read this answer in context 👍 0

כל התגובות (3)

more options

You found a way to launch a .bat file from a local file in Firefox?! Maybe you trust that one file, but I'm not sure whether you want to make any global changes to accommodate it...

Could you explain in a little more detail what you're trying to do on the end user machines?

more options

Thanks for getting back to me. I am am using customized mozilla.cfg file to locks few settings and homepage. the links are on intranet site where user can launch applications using the shortcuts.

I have added these three lines below to configuration file and and it gets me to save or cancel prompts. pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess"); pref("capability.policy.localfilelinks.sites", "http://www.xxx.com"); pref("capability.policy.policynames", "localfilelinks");

One more to go: I need to install the add-ons which lets me run/open the batch file. what i have now is to install it for profile base but need to accomplish to install the two .xpi files or all users who logs in.

  opendownload.xpi

opendownload2-3.2.1-fx+sm.xpi

It works profile base so i am testing to make sure these add-ons are installed for all user. if i can get this accomplished then i can push the fix to all users.

Thank you.

השתנתה ב־ על־ידי kitakoro

more options

פתרון נבחר

Hi All, problem has been resolved. Extracted plug-ins needed to be copied to Program Files\extension folder instead of user extension folder. system base fix instead of user base.

thank you all for your support.