::Versão 1.0 :janela echo off mode 30,5 :variaveis set p=Downloads set c=Cookies.txt set link=null set r=0 set b=0 set r=0 set codigo=%random% :script title  cls set /p link="Link: " echo %link% | find /i ".txt" if "%errorlevel%"=="0" set r=0 if "%errorlevel%"=="1" set r=1 set b=0 if exist %c% set b=1 if "%r%"=="0" goto lista echo %link%>>historico.txt echo wget -P %p% -c %link%>>resumir_%codigo%.bat echo del resumir_%codigo%.bat>>resumir_%codigo%.bat echo exit>>resumir_%codigo%.bat if "%b%"=="0" wget -P %p% -c %link% start resumir_%codigo%.bat exit if "%b%"=="1" start wget --load-cookies=%c% -P %p% -c %link% exit :lista type %link%>>historico.txt if "%b%"=="0" start wget -c -P Downloads -i %link% if "%b%"=="1" start wget --load-cookies=%c% -c -P %p% -i %link% exit