Open multiple firefox tabs using a batch file

If you need Firefox to open more than one URL and in tabs, say to Google, just add the URL like this (make sure you use a space in between URL's):

start /d "C:\Program Files\Mozilla Firefox" firefox.exe -new-tab http://ricotroubleshooting.blogspot.com http://neonovation.multiply.com http://www.google.com

Now you're probably saying "that's great, but how do I create a batch file?".

That's the easy part.

  • Just open up Notepad or your favorite text editor.
  • Copy the commands from above and modify them to use which ever program or Office files you want open. Make sure when you copy file and folder paths that have spaces, to use quotes.
  • Then save the file with any name and a .bat extension (make sure it's not saved using .txt as the file type extension)

No comments: