Author
| I need a program to split binary files.
|
Yukio msx professional Posts: 824 | Posted: December 13 2005, 09:11   |
For example, to split a file GAME.ROM (1024 KB) in two 512 KB files.
The ideal would be that the final files could be concatenated by a copy command.
Something like this:
In MS-DOS:
Copy /B GAME.001+GAME.002 GAME.ROM
|
|
Yukio msx professional Posts: 824 | Posted: December 13 2005, 09:13   |
Or maybe to split a 512KB archive in two 256KB files.
|
|
Gilneas2 msx freak Posts: 177 | Posted: December 13 2005, 09:22   |
|
|
Yukio msx professional Posts: 824 | Posted: December 13 2005, 09:44   |
Interesting and have a nice file size.
Now, Anyone have a similar program for MSX?  |
|
ro msx guru Posts: 2347 | Posted: December 13 2005, 10:10   |
winzip/winrar can do the same for ya (select "archive" and quota)
If such a proggy don't exist for MSX (which I doubt very much) it's easy to code.. somebody?
<open file>
<read x bytes>
<save part>
<next untill EOF>
but you already knew that . . .
|
|
manuel msx guru Posts: 3552 | Posted: December 13 2005, 10:56   |
Use the 'dd' command  |
|
ro msx guru Posts: 2347 | Posted: December 13 2005, 13:07   |
that'll start T&e's AGE right?! haha.
|
|
Edwin msx professional Posts: 626 | Posted: December 13 2005, 13:23   |
Quote:
| Use the 'dd' command 
|
Indeed, nothing quite like a good commandline tool.  |
|
BiFi msx guru Posts: 3142 | Posted: December 13 2005, 13:35   |
yes... there is a split tool for MSX too... though it has a fixed length of 128 KB files it splits the file into.
sigh... when are you guys gonna fix URL's to FTP? :/ |
|
[D-Tail]
 msx guru Posts: 3020 | Posted: December 13 2005, 14:46   |
BiFi, rest assured we're trying everything we can to have a perfect, utopian MSX Resource Center. Sometimes, some things just have to wait for a little while. Don't cry in the meantime.
|
|
BiFi msx guru Posts: 3142 | Posted: December 13 2005, 14:53   |
this issue is running longer than you have an avatar...
|
|
|
|
|