Mr. Buttons
Mr. Buttons

Reputation: 73

(batch file) open/close tab in already open browser

Is there a possibility to just open and close one single tab in a already running chrome browser session? I dont want to start a whole new browser like the command

start chrome.exe http://stackoverflow.com/

does it. Does someone have an idea how i could realize this?

Upvotes: 0

Views: 1249

Answers (2)

zager
zager

Reputation: 1

Open Tab: start "www.Discord.com" or start "https://Discord.com"

I still dont have any type of command that closes a tab on browser...

Upvotes: 0

Mr. Buttons
Mr. Buttons

Reputation: 73

I now found a way for opening a new tab on a already running browser:

start "webpage name" "http://stackoverflow.com/"

But I still don't know what the command for closing a single tab in a browser is.

Upvotes: 1

Related Questions