File Split & Restore Utility

 

splitter.exe version 2.10
For all those times you download multi-disk backup or repair files and need to splice them into one huge LZH. SPLITTER.EXE will combine all the parts automatically so you don't have to mess with chores like
copy/b wxyzfix.001+wxyzfix.002+wxyzfix.003 wxyzfix.lzh
Instead, just say
splitter ppppfix.lzh restore
... in fact, Splitter is smarter than that. If you type
splitter ppppfix
It can tell that ppppfix.001 etc. needs to be restored, if there is not already a ppppfix.lzh file. You can also use splitter to split a large file into diskette-sized (or smaller email-friendly) pieces:
splitter ppppdata.lzh 1400
... will split ppppdata.lzh into 1.4 megabyte pieces named ppppdata.001 through however many it needs. Or if you know you want to create 4 parts, you can say
splitter ppppdata.lzh 4
... and it will split them into whatever size is needed to make 4 approximately equal sized chunks (rounding to the nearest thousand bytes).
To foil stupid auto-launching plugins, the file is named with the extension 001, so you will need to rename it to splitter.exe to run it. But you knew that already.