Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for %%I in (Model\*.*) DO ..\RSTBPatcher.exe -i .\ResourceSizeTable.srsizetable -o .\ResourceSizeTable.srsizetable --d-path Model\%%~nI.zs && move Model\%%~nI.zs Model_all\%%~nI.zs
- :: You can remove "&& move Model\%%~nI.zs Model_all\%%~nI.zs" if you wish; this part just moves the file to another folder for reference so that you can edit the same ResourceSizeTable file multiple times without it running through the same files again and again
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement