Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Windows - Batch variables %% problem #7950
Comments
|
|
|
I don't know why your output works.
|
|
|
Ok, my searches were bad, I didn't add one more % to youtube-dl's variables. |
@"%HOMEPATH%\Downloads\youtube-dl\youtube-dl.exe" --ignore-config --no-playlist --buffer-size 500000000 --no-cache-dir -o %%HOMEPATH%%\Desktop%(title)s.%(ext)s --console-title -v --print-traffic --no-call-home --youtube-skip-dash-manifest --add-metadata %urlVideo%
Is possible the command prompt can read %HOMEPATH% for -o setting ? The first works, but not for -o. Even with %%%, but I think we are going into an infinite loop