SPLIT (M. Dingacci)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|001}}, ..., {{ext|re$}} |released=~1988 }} '''SPLIT''' is a file splitting utility for DOS, developed b...") |
m |
||
Line 8: | Line 8: | ||
== Discussion == | == Discussion == | ||
− | Fragments are | + | Fragments are given filename extensions '''.001''', '''.002''', etc. |
− | If SPLIT is used to re-join the fragments, and the original filename extension is unknown, the default extension '''. | + | If SPLIT is used to re-join the fragments, and the original filename extension is unknown, the default extension '''.RE$''' will be used. |
− | SPLIT has an option to store a [[CRC]] integrity check in a "control | + | SPLIT has an option to store a [[CRC]] integrity check in a "control file". But we've had no luck getting this feature to work, and the documentation says nothing about the format or name of the control file. |
The documentation says that "SPLIT480 (01-15-89)" was the first public release, but version 4.76 (ca. 1988-06) is in some software collections. | The documentation says that "SPLIT480 (01-15-89)" was the first public release, but version 4.76 (ca. 1988-06) is in some software collections. |
Latest revision as of 21:32, 24 October 2020
SPLIT is a file splitting utility for DOS, developed by M. Dingacci. It creates raw file fragments, so it doesn't have a native file format.
[edit] Discussion
Fragments are given filename extensions .001, .002, etc.
If SPLIT is used to re-join the fragments, and the original filename extension is unknown, the default extension .RE$ will be used.
SPLIT has an option to store a CRC integrity check in a "control file". But we've had no luck getting this feature to work, and the documentation says nothing about the format or name of the control file.
The documentation says that "SPLIT480 (01-15-89)" was the first public release, but version 4.76 (ca. 1988-06) is in some software collections.