Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title PCK PKX TO MERGER
- color 0A
- echo Start.....
- split.exe models.pck 2147483648
- @GOTO :NEXT
- :next
- ren models.pck.2 models.pkx
- ECHO Done!
- @GOTO :EXIT
- :EXIT
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement