Batch files 1: open multiple URL links with one shortcut

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

replace iexplore with "" and it will open in default browser

richardmiscik
Автор

i run multiple profile with:
@echo off

start Chrome-001 link

start Chrome-002 link


how can i close one profile such as chrome-001?
please advise the command

knoozeldrama
Автор

if i want to get hit enter button auto after open the URL . what will be script?

DJNANNU
Автор

what about incognito mode for firefox -incognito not working

Kashigori
Автор

how to open each window in different location on screen automatically? So that if i open that .bat file all my 4 windows are each different corner of my screen.

ropkazip
Автор

can you do this but make them tabs instead of new windows?

timfinnigan
Автор

how to open multiple tab in single batch file, not as individual IE explorer ... need to come under one how ?

ajayabhi
Автор

Where can i get that information like "echo and start "" ". i mean in which course i'll get the information

pavankumark
Автор

Hi nice video, also is possible to create on bat file, when you run is also will save shortcut on your desktop? please let me know if that option is possible

amilcarvieirapt
Автор

My websites have %number in it….It’s replacing all of these %2 etc. with nothing…which is breaking the bat file….any ideas?

AliAnsari
Автор

Can you open the links in separate windows instead of tabs? If so, how?

Sleetui
Автор

But i want changes in url every time then what i do..? How to edit url through bat file..plz help

akshayjagdale
Автор

Does This Work With "If" Statements?

Rossilaz
Автор

thank you for dogecoins donation. great and useful channel. you've got a new subscriber!

zyklonb.
Автор

heres mine
start chrome.exe --profile-directory="Profile 5" // 5th chrome users i have

k.alipardhan
Автор

How can we extract from a rar or zip file

javierrivas
Автор

hi what if i dont have google chrome, and if i want the command to identify the Default broswer in the computer ?
what is the command that we need to Add ?

savioxfernandes
Автор


Is it also possible to login automatically at the websites you opened with the batch file?
For example i would love to have a code which also logs in in Google and other sites.

Thanks in advance.

birkhansonkan
Автор

How to open chrome browser with "chrome://restart" tab(actually will restart chrome).

gabz
Автор

For me it opens a fuck tons on CMD and I have to restart my PC to stop them from opening. Windows 10

mathiasdth