Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

firefox -new-window command line option not working as it should.

  • 3 Antworten
  • 1 hat dieses Problem
  • 279 Aufrufe
  • Letzte Antwort von cor-el

more options

When using firefox -new-window "http://www.ebay.com/" "http://store.steampowered.com/" "https://mail.google.com/mail/u/0/#inbox"

from cmd line, or batch file, it doesn't open 3 windows with each of the links, it opens 2, and in one of them, i'll get 2 tabs!

Is this, normal behaviour? How can i open 3 individual windows?

When using firefox -new-window "http://www.ebay.com/" "http://store.steampowered.com/" "https://mail.google.com/mail/u/0/#inbox" from cmd line, or batch file, it doesn't open 3 windows with each of the links, it opens 2, and in one of them, i'll get 2 tabs! Is this, normal behaviour? How can i open 3 individual windows?

Ausgewählte Lösung

hello, use this instead:

firefox.exe -new-window "http://www.ebay.com/" -new-window "http://store.steampowered.com/" -new-window "https://mail.google.com/mail/u/0/#inbox"
Diese Antwort im Kontext lesen 👍 2

Alle Antworten (3)

more options

Ausgewählte Lösung

hello, use this instead:

firefox.exe -new-window "http://www.ebay.com/" -new-window "http://store.steampowered.com/" -new-window "https://mail.google.com/mail/u/0/#inbox"
more options

Thank you madperson, i don't know how could i be blind to the point of not trying that! i just assumed that one command would do. Thank you again!

more options