DOC2COM (Dan K. Nelson)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Executable envelopes |extensions={{ext|com}} |released=1987 }} :''For another utility named "DOC2COM", see [[DOC2COM (Gerald DePype...") |
(→Sample files) |
||
Line 22: | Line 22: | ||
* {{CdTextfiles|nightowl/nopv11/041A/G_PAFV82.ZIP|G_PAFV82.ZIP}} → README.COM | * {{CdTextfiles|nightowl/nopv11/041A/G_PAFV82.ZIP|G_PAFV82.ZIP}} → README.COM | ||
* {{CdTextfiles|garbo/PC/DATABASE/DP386_1.LZH|DP386_1.LZH}} → README.COM | * {{CdTextfiles|garbo/PC/DATABASE/DP386_1.LZH|DP386_1.LZH}} → README.COM | ||
+ | * {{DexvertSamples|document/doc2comDKN}} | ||
== Editors' notes == | == Editors' notes == |
Revision as of 18:43, 22 August 2024
- For another utility named "DOC2COM", see DOC2COM (Gerald DePyper).
DOC2COM is a DOS utility that converts a text file to a COM file that, when executed, displays the text in a viewer. It was developed by Dan K. Nelson.
This article is based on v1.0, the only version confirmed to exist.
Contents |
Identification
Generated files start with bytes e9 93 00
. The following string of ASCII text appears at offset 25:
"< Press Home PgDn PgUp Down Arrow End >"
Software
Sample files
- KWS39E.ZIP → README.COM
- G_PAFV82.ZIP → README.COM
- DP386_1.LZH → README.COM
- dexvert samples — document/doc2comDKN
Editors' notes
A newer version of DOC2COM may have existed. A few files have been found that might have been made by it. For example:
- The Wildcat Files 2 → SCRFILE/NEWYRSCR.ZIP → README.COM
- The Wildcat Files 2 → DOORGAME/IS20.ZIP → INFO.COM
They have the following string of ASCII text at offset 18 (among other similarities):
"<Press Home PgDn PgUp Down Arrow End Q=Print>"