Tutorial Combine all .bin dumped files into one using CMD or Powershell

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,679
296,824
1,213
Modding World
FyoBelg.png



Copy command is useful to combine all GameGuardian's dumped files (.bin files) into one file so you no longer have to analyze files one by one. Works on both CMD and Powershell

Usage:
Code:
copy /b *.bin yournewfile.bin
If you don't like to type the command everytime, download batch file, place it in location where bin are located and double click to let it do the job for you

Download bin combiner bat
 
Last edited: