Jump to content



1

How to combine BIN Dumps ?


3 replies to this topic

#1 FND OFFLINE  

FND

    Stargunner

  • 1,024 posts
  • Location:Cal. Bay area

Posted Wed Dec 28, 2011 8:55 PM

I am trying to get some 5200 protos Dumped and need to now combine the BINs as I am dumping each individual EPROM
I now need to compine the files to test the process

Thanks in advance

#2 5-11under OFFLINE  

5-11under

    Stargunner

  • 1,339 posts
  • Location:Ontario, Canada

Posted Wed Dec 28, 2011 9:13 PM

In DOS you can use the command:
copy /b rom1.bin+rom2.bin+rom3.bin+rom4.bin romall.bin

#3 Rybags OFFLINE  

Rybags

    Quadrunner

  • 10,314 posts
  • Location:Australia

Posted Wed Dec 28, 2011 9:14 PM

In Windows or MS-Dos, you can use the command-line "COPY" command binary switch (otherwise the operation won't work as it modifies the data).

So you'd have something like:

COPY source1.bin + source2.bin dest.bin /B

#4 FND OFFLINE  

FND

    Stargunner

  • 1,024 posts
  • Location:Cal. Bay area

Posted Wed Dec 28, 2011 11:03 PM

Thanks Guys worked great

BTW Looks like the Binary switch /b needs to be after the COPY command ( COPY /b ) like the first example above




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users