Advertisement
secdom

Unpack AWB/AFS2

Oct 27th, 2020
1,477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.25 KB | None | 0 0
  1. REM Create wav folder if not exist
  2. if not exist "wav" mkdir "wav"
  3.  
  4. REM Loop though to unpack multiple files
  5. REM Do not forget to change path of test.exe to yours
  6. FOR %%a IN (*.awb) DO "F:\Portable Apps\vgmstream\test" -l 2 -f 10 -o "wav\%%a.wav" "%%a"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement