2ASCII
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Transfer Encodings |extensions={{ext|bin}}, others |released=1997 }} '''2ASCII''' is a binary-to-text encoding utility and format f...") |
Latest revision as of 15:42, 29 August 2022
2ASCII is a binary-to-text encoding utility and format for DOS. It was developed by Arminio Grgic.
Contents |
[edit] Format details
An encoded file is in the form of a DEBUG script. To decode, feed it into the DEBUG utility included with MS-DOS.
For decoding to work, the encoded file must be named exactly "2ASCII.BIN". The encoder does not enforce this.
There is a multi-part mode, which generates multiple output files. The parts must be concatenated manually before decoding.
[edit] Identification
For v2.0, at least, an encoded file starts with ASCII "n-- 2ASCII
".
[edit] Software
[edit] Links
- Website (archived)