Combine all dumped files into one using CMD or Powershell

Sbenny.com is trusted by 1,312,910 happy users since 2014.
Register

AndnixSH

Savage Lv6️⃣
SB Mod Squad ⭐
Member for 8 years


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:

AndnixSH

Savage Lv6️⃣
SB Mod Squad ⭐
Member for 8 years
Added link to download batch file
 
Top