Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

I want to open a mixture of tabs and windows from a command line

  • 1 antwoord
  • 1 heeft dit probleem
  • 16 weergaven
  • Laatste antwoord van FredMcD

more options

I want to open a mixture of tabs and windows from a command line in a BAT or CMD file but the command-line parameters do not behave in a usable way.

I want to have one window with 4 tabs, a second with 2 tabs and a further pair of single-tab windows. I have tried various combinations of command-line parameters such as -new-tab, -new-window and -url but the order in which the windows appear and what URLs appear in which tabs makes no sense.

If I run a BAT that has a separate call to firefox.exe for each new window instance, the command will not process a line until the previous firefox process has been shut down.

If I run a single call to firefox.exe with all of the desired URLs listed plus a mix of parameters, the process does not apply the parameters sequentially as entered, leaving me with duplicated tabs and windows which are not listed sequentially either.

Am I doing something wrong or is there a design flaw?

Thanks in advance to whoever tries to help.

I want to open a mixture of tabs and windows from a command line in a BAT or CMD file but the command-line parameters do not behave in a usable way. I want to have one window with 4 tabs, a second with 2 tabs and a further pair of single-tab windows. I have tried various combinations of command-line parameters such as -new-tab, -new-window and -url but the order in which the windows appear and what URLs appear in which tabs makes no sense. If I run a BAT that has a separate call to firefox.exe for each new window instance, the command will not process a line until the previous firefox process has been shut down. If I run a single call to firefox.exe with all of the desired URLs listed plus a mix of parameters, the process does not apply the parameters sequentially as entered, leaving me with duplicated tabs and windows which are not listed sequentially either. Am I doing something wrong or is there a design flaw? Thanks in advance to whoever tries to help.

Alle antwoorden (1)

more options

This is what a shortcut looks like. The 'http' tells the system it's a web link; http://www.movies.com/movie-times/06426-movie-times

This is what I use to open the Profile Manager; "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -p (Note the quotes)

For a list of command line options; https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options