Open Youtube Channels inside Youtube Browser Shortcut

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
jacob36964
Posts: 1
Joined: 14 Jan 2019 16:32

Open Youtube Channels inside Youtube Browser Shortcut

#1 Post by jacob36964 » 14 Jan 2019 16:40

hello, can please someone help me with this script?

@echo off
SET BROWSER=C:\Users\jacob\AppData\Local\Torch\Application\torch.exe --profile-directory=Default --app-id=adnlfjpnmidfimlkaohpidplnoimahfh
SET WAIT_TIME=2
START %BROWSER% "https://www.youtube.com/watch?v=EPaLV13669Y"
@ping 127.0.0.1 -n %WAIT_TIME% -w 1000 > nul
/c

when i run the bat file does it only open the Youtube Browser shortcut, but i want that its open the Youtube Link, Youtube Video or Youtube Channel inside the Youtube Browser shortcut
this way i can make a menue of my favorite channels, and can quick launch them without need to subscribe them.
The script works fine for normal Browsers like Opera, Firefox, Chrome. But i want it make work inside the Browser shortcut.

has anyone a idea how to solve it?

thx for help

johnnydel
Posts: 1
Joined: 31 May 2019 04:18

Re: Open Youtube Channels inside Youtube Browser Shortcut

#2 Post by johnnydel » 31 May 2019 04:42

If it works fine with other browsers which browser are you using and why?

Post Reply