user1067305
user1067305

Reputation: 3491

How can I start firefox from a batch file in win7?

This command works fine from the Win 7 command line:

\progra~2\mozill~1\firefox.exe https://client.schwab.com

But it doesn't work from a batch file.

I tried preceding it with 'start' but that doesn't run either.

Upvotes: 0

Views: 3195

Answers (1)

rrswa
rrswa

Reputation: 1060

Maybe you didn't try start "" "C:\users\YourUserName\Desktop\firefox.exe"

Or start "" "C:\Program Files (x86)\Rest_of_the_path"

Upvotes: 2

Related Questions