Converting multiple BIN files to a single ISO file and repackaging it involves a few steps. This guide assumes you have basic knowledge of using the terminal or command prompt and have tools like bchunk and mkisofs (or genisoimage on some Linux distributions) installed. If not, instructions for installing these tools are provided.
bchunk -v game.cue game final_output.iso
The Result: You’ll get one single .bin and a new .cue file. You can then delete the old individual track files. 2. Automating the Process: Binmerge