当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Is there a way to specify version to use in command line?

  • 3 件の返信
  • 1 人がこの問題に困っています
  • 10 回表示
  • 最後の返信者: FredMcD

more options

I have a website that is most compatible with a specific version of Firefox and I want to always open it in it's own instance with that version but I want all other shortcuts to open in the newest version. I have tried -new-instance but if either of them is open before the other it automatically opens as the version that was already open.

Ex. 1

1. Use old version shortcut with -new-instance and it opens the old version

2. Use new version shortcut with -new-instance and it opens in a new instance with old version

Ex. 2

1. Use new version shortcut with -new-instance and it opens with new version

2. Use old version shortcut with -new-instance and it opens with new version

I have a website that is most compatible with a specific version of Firefox and I want to always open it in it's own instance with that version but I want all other shortcuts to open in the newest version. I have tried -new-instance but if either of them is open before the other it automatically opens as the version that was already open. Ex. 1 1. Use old version shortcut with -new-instance and it opens the old version 2. Use new version shortcut with -new-instance and it opens in a new instance with old version Ex. 2 1. Use new version shortcut with -new-instance and it opens with new version 2. Use old version shortcut with -new-instance and it opens with new version

この投稿は Vrykodin により に変更されました

すべての返信 (3)

more options

You can install as many versions of Firefox that you want. However;

Switch to manual and place each version in its own folder.

The Last Firefox you install will be labeled as the default program.

more options

FredMcD said

You can install as many versions of Firefox that you want. However; Switch to manual and place each version in its own folder. The Last Firefox you install will be labeled as the default program.

They are already installed in separate locations.

more options

This is the batch file I use (one line); C:\PROGRA~2\MOZILL~4\firefox.exe -P FirefoxESR -no-remote -new-instance -new-window http://comicskingdom.com/conceptis-kakuro/today

Usage: C:\PROGRA~1\MOZILL~1\firefox.exe [ options ... ] [URL]
      where options include:
 -h or -help        Print this message.
 -v or -version     Print Firefox version.
 -P <profile>       Start with <profile>.
 -migration         Start with migration wizard.
 -ProfileManager    Start with ProfileManager.
 -no-remote         Do not accept or send remote commands; implies -new-instance.
 -new-instance      Open new instance, not a new window in running instance.
 -UILocale <locale> Start with <locale> resources as UI Locale.
 -safe-mode         Disables extensions and themes for this session.
 -console           Start Firefox with a debugging console.
 -jsconsole         Open the Error console.
 -browser           Open a browser window.
 -new-window  <url> Open <url> in a new window.
 -new-tab     <url> Open <url> in a new tab.
 -preferences       Open Options dialog.
 -search     <term> Search <term> with your default search engine.
 -setDefaultBrowser Set this app as the default browser.