TheDraw COM File
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|com}} |released=1989 }} '''TheDraw COM File''' is a format for ANSI Art-style character graphics, as...") |
(→Sample files) |
||
Line 17: | Line 17: | ||
== Sample files == | == Sample files == | ||
* {{CdTextfiles|pdos9606/GAMES/STRATEGY/TACT538.ZIP|TACT538.ZIP}} - Most of the .COM files | * {{CdTextfiles|pdos9606/GAMES/STRATEGY/TACT538.ZIP|TACT538.ZIP}} - Most of the .COM files | ||
+ | * https://telparia.com/fileFormatSamples/image/theDrawCOM/ | ||
[[Category:Executable envelopes]] | [[Category:Executable envelopes]] |
Revision as of 17:26, 28 May 2022
TheDraw COM File is a format for ANSI Art-style character graphics, associated with the DOS software TheDraw. The format was introduced in TheDraw v3.20 (1989-04).
It is in the form of a DOS .COM file that, when executed, prints the graphics to the screen.
Identification
TheDraw COM files are observed to have ASCII text "TheDraw COM file Screen Save
", followed by byte value 0x1a
, at offset 9.
Software
- TheDraw - Refer to TheDraw Save File#Software (v3.20+)
Sample files
- TACT538.ZIP - Most of the .COM files
- https://telparia.com/fileFormatSamples/image/theDrawCOM/