Guest User

Untitled

a guest
Mar 20th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. @echo off
  2.  
  3. REM echo.ARG1: Video Directory, e.g., \\alarm\media\xiayitiao\download\Game.Of.Thrones.S01\
  4. REM echo.ARG2: Season selection, e.g., S01
  5. REM echo.ARG3: Subtitle directory, e.g., subs-1
  6. REM echo.ARG4: Subtitle naming tag, e.g., zh-1
  7.  
  8. for %%i in (2 3) do (
  9. call subrename.bat ^
  10. "\\alarm\media\xiayitiao\download\HBO史诗巨著:冰与火之歌.权力的游戏.第六季全.2016.中英字幕£CMCT梦幻" ^
  11. S06 ^
  12. subs-%%i ^
  13. zh-%%i
  14. )
Add Comment
Please, Sign In to add comment