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
Open Youtube Channels inside Youtube Browser Shortcut
Moderator: DosItHelp
-
- Posts: 1
- Joined: 14 Jan 2019 16:32
Re: Open Youtube Channels inside Youtube Browser Shortcut
If it works fine with other browsers which browser are you using and why?