ARK (executable library)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |extensions={{ext|exe}} |released=1998 }} '''ARK''' is a self-modifying executable library tool for DOS, developed by K. ...") |
(Changed primary category) |
||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Executable envelopes |
|extensions={{ext|exe}} | |extensions={{ext|exe}} | ||
|released=1998 | |released=1998 | ||
Line 21: | Line 21: | ||
== Software == | == Software == | ||
* {{CdTextfiles|simtel/simtel0101/simtel/arcers/ark101.zip|ARK v1.01}} | * {{CdTextfiles|simtel/simtel0101/simtel/arcers/ark101.zip|ARK v1.01}} | ||
+ | |||
+ | [[Category:Archiving]] |
Latest revision as of 15:11, 20 October 2021
ARK is a self-modifying executable library tool for DOS, developed by K. Heidenstrom. It lets you convert multiple .COM files into a single .EXE "library" file, and select the one to run using a command-line argument.
ARK is comparable to XEQ, but uses EXE instead of COM format for the library file.
[edit] Discussion
To create an ARK library, make a directory containing only a possibly-renamed copy of the original "stub" ARK.EXE file, and the COM files to be added to it. Then run the EXE file with the -R
option.
To list the contained files, use the -L
option.
To recover a contained file, use the -E
option.
[edit] Identification
Uncertain, but for instance, ARK libraries probably always have "ARK V
" at offset 38 (and start with "MZ
").