Posts Tagged ‘“C:\Program Files\Mozilla Firefox\firefox.exe”’

How to open multiple tabs of Mozilla in same window using batch file

Tuesday, July 28th, 2009

We can open multiple tabs in same window using the following batch file.

Step 1: Create a batch file

Step 2: Copy the following in the file and save it

 

"C:Program FilesMozilla Firefoxfirefox.exe" -url   "www.google.com" "www.yahoo.com"

Step 3: Run the file