Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше
Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.
Архівовано

List of commandline options

Ed replied
Questor

First, is there a list of commandline options?

Second, I would like to be able to start Firefox with a specified URL from a batch file -or- a .net program. Then, either close FF -or- switch to a different URL. is this possible?

First, is there a list of commandline options? Second, I would like to be able to start Firefox with a specified URL from a batch file -or- a .net program. Then, either close FF -or- switch to a different URL. is this possible?

Усі відповіді (1)

You can certainly start FF with a specified URL from a batch file, and possibly close it too - see https://wiki.mozilla.org/Firefox/CommandLineOptions. Something like

start "C:\Program Files\Mozilla Firefox firefox.exe" www.yahoo.com exit