We visit multiple websites, multiple times daily. Typing the names of these websites over and over again becomes too time consuming and obviously, boring. So, the easiest solution is to create a desktop shortcut for it through which we can open unlimited number of websites in multiple browser tabs.
Below is an example of my batch file,
Now clicking the batch file will open multiple websites in different tabs of your default browser, in my case it was Firefox. It’s that easy. Enjoy!
Basically we have to create a batch file to open multiple websites. To begin, create a new text document in the desktop and type,
@echo offNow below it write,
start “website name” “website url”and add as many websites as you like. After you have typed all the websites that you want to open, save the file as test.bat or you can name it anything, but note to save it as batch file(.bat).
Below is an example of my batch file,




0 komentar:
Speak up your mind
Tell us what you're thinking... !