I'm trying to right doskey named that takes an argument. It should execute:
C:\User\Mercurius\Music\youtube-dl.exe -x --audio-format mp3 -f bestaudio "https://www.youtube.com/watch?v=ARGUMENT_HERE"
I tried this:
doskey youtube.com/watch?v=C\User\Mercurius\Music\youtube-dl.exe -x --audio-format mp3 -f bestaudio "https://www.youtube.com/watch?v=c2gSzYLJ8sY"
Then I tried using it but it failed:
C:\Users\Mercurius\Music>youtube.com/watch?v=
'youtube.com' is not recognized as an internal or external command,
operable program or batch file.
May you please help