Created
April 30, 2016 09:53
-
-
Save soimort/5a69b96c3adca6e22b0dc88bcef884e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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