V-Load
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Executable envelopes |released=1994 }} '''V-Load''' is a toolkit used to combine two EXE files into a single EXE fil...") |
(samples) |
||
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
|released=1994 | |released=1994 | ||
}} | }} | ||
− | '''V-Load''' is a toolkit used to combine two [[MS-DOS EXE|EXE]] files into a single EXE file that, when executed, has the effect of executing the original files sequentially. It was developed by a person known as "ONYX". | + | '''V-Load''' is a toolkit used to combine two [[MS-DOS EXE|DOS EXE]] files into a single EXE file that, when executed, has the effect of executing the original files sequentially. It was developed by a person known as "ONYX". |
== Discussion == | == Discussion == | ||
Line 14: | Line 14: | ||
== Software == | == Software == | ||
* {{CdTextfiles|blackphilesii/PHILES/CODING/UTILS/VLOAD.ZIP|V-Load v0.9β}} | * {{CdTextfiles|blackphilesii/PHILES/CODING/UTILS/VLOAD.ZIP|V-Load v0.9β}} | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/joinedDOSEXEs}} |
Latest revision as of 14:05, 2 June 2025
V-Load is a toolkit used to combine two DOS EXE files into a single EXE file that, when executed, has the effect of executing the original files sequentially. It was developed by a person known as "ONYX".
Contents |
[edit] Discussion
A combined file is constructed manually, by concatenating the included VLOAD.EXE file, and two other EXE files, into a new file.
[edit] Identification
A combined file starts with the bytes in the included VLOAD.EXE file. In v0.9β, an identification message appears at offset 2521, containing "V-Load
" at offset 2523.