Here we have a simple trick with the help of this trick you save all the links which you open on daily basis any you can open them daily on just a single click.
Just follow these simple steps:
1: Open up notepad or any text editor.
2: copy and paste bellow code in the text file.
@echo off
start chrome "www.google.com"
start chrome "www.yahoo.com"
start chrome "www.twitter.com"
3: save it as "filename.bat", you can give it any name just remember to put .bat at the end.
4: Now open the file.
You can see that when you open the file then all the links you have in it will open automatically.