filmov
tv
Batch files 1: open multiple URL links with one shortcut
![preview_player](https://i.ytimg.com/vi/m6toSwPewo8/maxresdefault.jpg)
Показать описание
Batch files 1: open multiple URL links with one shortcut
Always open your online e-mail and calendar first thing in the morning? Write a batch file and save 10 seconds every day from now on.
Batch file code (internet explorer):
@echo off
Batch file code (google chrome):
@echo off
Google Chrome automatically opens a single browser with multiple tabs. If you want the shortcut to open in incognito mode, just add '-incognito'. The code will look like this:
@echo off
Batch files 2: Start multiple programs with one shortcut:
#batchfile #batch
Follow me on other media:
Annotations:
Right click - New - Text document
In this example I'll link to gmail and google calendar.
(or copy-paste from the description)
Save and close the file
Right click - Rename, and change the file extention to .bat
(.cmd also works)
Click 'Yes'
The batch file is done. Now doubleclick to execute it.
It works!
Also works with Chrome: just replace 'iexplore' with 'chrome'
You can make this batch file work with any amount URL's, with any URL you like
Always open your online e-mail and calendar first thing in the morning? Write a batch file and save 10 seconds every day from now on.
Batch file code (internet explorer):
@echo off
Batch file code (google chrome):
@echo off
Google Chrome automatically opens a single browser with multiple tabs. If you want the shortcut to open in incognito mode, just add '-incognito'. The code will look like this:
@echo off
Batch files 2: Start multiple programs with one shortcut:
#batchfile #batch
Follow me on other media:
Annotations:
Right click - New - Text document
In this example I'll link to gmail and google calendar.
(or copy-paste from the description)
Save and close the file
Right click - Rename, and change the file extention to .bat
(.cmd also works)
Click 'Yes'
The batch file is done. Now doubleclick to execute it.
It works!
Also works with Chrome: just replace 'iexplore' with 'chrome'
You can make this batch file work with any amount URL's, with any URL you like
Комментарии