XEQ
From Just Solve the File Format Problem
(Difference between revisions)
(Changed primary category) |
|||
Line 24: | Line 24: | ||
** {{CdTextfiles|cream/cream02/PROGRAM/XEQ150.ZIP|v1.50}} | ** {{CdTextfiles|cream/cream02/PROGRAM/XEQ150.ZIP|v1.50}} | ||
** {{CdTextfiles|megarom/megarom4/UTILITY/SYSTEM/XEQ160.ZIP|v1.60}} | ** {{CdTextfiles|megarom/megarom4/UTILITY/SYSTEM/XEQ160.ZIP|v1.60}} | ||
+ | |||
+ | == Sample files == | ||
+ | * {{CdTextfiles|nightowl/pdsi006/040A/SFX5.ZIP|SFX5.ZIP}} → PLAY.COM | ||
+ | * {{CdTextfiles|astra/ts/17b/taxtips.zip|taxtips.zip}} → TAXCNT.COM | ||
[[Category:Archiving]] | [[Category:Archiving]] |
Latest revision as of 15:38, 9 August 2025
XEQ is a self-modifying executable library tool for DOS, developed by Hardwood Software Associates and Colin J. Stearman. It lets you convert multiple small .COM files into a single .COM "library" file, and select the one to run using a command-line argument.
Contents |
[edit] Discussion
To create an XEQ library, start with a possibly-renamed copy of the original "stub" XEQ.COM file, and add some .COM files to it by running it with the /A
option.
To list the contained files, use the /L
option.
To recover a contained file, use the /E
option.
[edit] Identification
A possible signature is ASCII "XEQ.COM
", then 0x00
, at offset 5.
[edit] Software
[edit] Sample files
- SFX5.ZIP → PLAY.COM
- taxtips.zip → TAXCNT.COM