Søg i Support

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 -new-window command line option not working as it should.

  • 3 svar
  • 1 har dette problem
  • 292 visninger
  • Seneste svar af 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?

Valgt løsning

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"
Læs dette svar i sammenhæng 👍 2

Alle svar (3)

more options

Valgt løsning

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