firefox -new-window command line option not working as it should.
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?
Saafara biñ tànn
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"Jàng tontu lii ci fi mu bokk 👍 2
All Replies (3)
Saafara yiñ Tànn
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"
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!