Skip to content

Instantly share code, notes, and snippets.

@soimort
Created April 30, 2016 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soimort/5a69b96c3adca6e22b0dc88bcef884e9 to your computer and use it in GitHub Desktop.
Save soimort/5a69b96c3adca6e22b0dc88bcef884e9 to your computer and use it in GitHub Desktop.
@echo off
if not exist you-get.exe (
cls
echo you-get.exe could not be found.
goto:error
)
set PATH=%~dp0\;%PATH%
set PATH=%~dp0\deps\ffmpeg\bin;%PATH%
set PATH=%~dp0\deps\rtmpdump;%PATH%
cls
you-get --version
echo.
prompt $g
cmd /q /k
goto:eof
:error
echo.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment