If you have a list of favorite websites and you always need to open those everyday so you have to go one by one. now if you want to change the way to open all by only once click then copy below text and paste in notepad and save by .bat extension with any name.
@echo off
start firefox.exe "hotmail.com" "twitter.com" "linkedin.com"
Now just a click on that file.