Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo shutdown after finished?/完成后关机?[Y(是)/N(否)]
- @choice
- set /a shut = %ERRORLEVEL%
- :loop
- @if "%~1" == "" goto out
- @echo ~~~~ Next: %~1 ~~~~
- ffmpeg <put your parameters here/在这里放上压制参数,去掉括号>
- @shift
- @goto loop
- :out
- @if %shut% == 1 shutdown /s /t 0
- @pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement