COMT

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Executable envelopes |extensions={{ext|com}} |wikidata={{wikidata|Q105850243}}, {{wikidata|Q105854087}} |released=~1991 }} '''COMT'...")
 
m
 
Line 6: Line 6:
 
|released=~1991
 
|released=~1991
 
}}
 
}}
'''COMT''' is a DOS utility developed by Alexander Pruss. It converts a [[DOS executable (.com)|COM file]] to one whose bytes all belong to certain set of [[ASCII]] characters, and which still (hopefully) has the same functionality. It has features to make the file suitable for inclusion in an email, such as putting line breaks at regular intervals.
+
'''COMT''' is a DOS utility developed by Alexander Pruss. It converts a [[DOS executable (.com)|COM file]] to one whose bytes all belong to a certain set of [[ASCII]] characters, and which still has the same functionality. It has features to make the file suitable for inclusion in an email, such as putting line breaks at regular intervals.
  
 
The original file can be recovered using the <code>-x</code> option.
 
The original file can be recovered using the <code>-x</code> option.
  
For some similar utilities, see [[com2txt#Disambiguation]].
+
For some similar utilities, see [[Executable envelopes#Transfer-encoded executables]].
  
 
== Identification ==
 
== Identification ==

Latest revision as of 18:00, 28 October 2021

File Format
Name COMT
Ontology
Extension(s) .com
Wikidata ID Q105850243, Q105854087
Released ~1991

COMT is a DOS utility developed by Alexander Pruss. It converts a COM file to one whose bytes all belong to a certain set of ASCII characters, and which still has the same functionality. It has features to make the file suitable for inclusion in an email, such as putting line breaks at regular intervals.

The original file can be recovered using the -x option.

For some similar utilities, see Executable envelopes#Transfer-encoded executables.

[edit] Identification

(Only version 0.10d has been evaluated.)

COM files made using the default -3 option (3→4 encoding) apparently begin with ASCII "ENC.COM.B&F=".

COM files made using the -1 option (1→2 encoding) apparently begin with ASCII "ENC.COM.BEG=".

Text-wrapped files made using the -w option begin with the text "This file has been encoded with the COMT encoder.".

[edit] Software

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox