Open Youtube Channels inside Youtube Browser Shortcut
Posted: 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
@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