WWPACK
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
Line 6: | Line 6: | ||
}} | }} | ||
'''WWPACK''' is an executable compression and file compression utility for DOS, developed by Piotr Warezak and Rafal Wierzbicki. It does executable compression of [[MS-DOS EXE|EXE]] files. It can also compress arbitrary data files. | '''WWPACK''' is an executable compression and file compression utility for DOS, developed by Piotr Warezak and Rafal Wierzbicki. It does executable compression of [[MS-DOS EXE|EXE]] files. It can also compress arbitrary data files. | ||
+ | |||
+ | Versions 3.03+ can also compress [[DOS executable (.com)|COM]] files, converting them to EXE. | ||
Some of the files compressed by WWPACK can be decompressed by WWPACK, using the "U" or "UD" option. | Some of the files compressed by WWPACK can be decompressed by WWPACK, using the "U" or "UD" option. | ||
Line 17: | Line 19: | ||
* WWPACK | * WWPACK | ||
** {{CdTextfiles|nightowl/nopv15/014A/WWP300.ZIP|v3.00}} | ** {{CdTextfiles|nightowl/nopv15/014A/WWP300.ZIP|v3.00}} | ||
− | ** [ | + | ** v3.01: [https://archive.org/details/Best_of_Walnut_Creek_CD-ROM_Walnut_Creek_April_1995 Best of Walnut Creek CD ROM (April 1995)] → DISCS/SIMTEL/WWP301.ZIP |
** {{CdTextfiles|nightowl/nopv17/016A/WWP302.ZIP|v3.02}} | ** {{CdTextfiles|nightowl/nopv17/016A/WWP302.ZIP|v3.02}} | ||
** {{CdTextfiles|nightowl/nopv18/019A/WWP302A.ZIP|v3.02a}} | ** {{CdTextfiles|nightowl/nopv18/019A/WWP302A.ZIP|v3.02a}} | ||
Line 23: | Line 25: | ||
** {{CdTextfiles|nightowl/nopv20/019A/WWP304.ZIP|v3.04}} | ** {{CdTextfiles|nightowl/nopv20/019A/WWP304.ZIP|v3.04}} | ||
** {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/WWP304A.ZIP|v3.04a}} | ** {{CdTextfiles|pdos9606/ARCHIVER/EXECOMP/WWP304A.ZIP|v3.04a}} | ||
+ | |||
+ | ''Ed. note: The later versions of WWPACK will refuse to run unless the timestamp of the WWPACK.EXE file is exactly correct. For v3.04, it must be 1996-01-06 03:04:00am. For v3.04a, it must be 1996-01-21 03:04:00am.'' |
Revision as of 18:23, 29 July 2023
WWPACK is an executable compression and file compression utility for DOS, developed by Piotr Warezak and Rafal Wierzbicki. It does executable compression of EXE files. It can also compress arbitrary data files.
Versions 3.03+ can also compress COM files, converting them to EXE.
Some of the files compressed by WWPACK can be decompressed by WWPACK, using the "U" or "UD" option.
Identification
EXE files compressed by WWPACK probably have ASCII "WWP"
at offset 28.
Data files compressed by WWPACK begin with "WWP"
.
Software
- WWPACK
Ed. note: The later versions of WWPACK will refuse to run unless the timestamp of the WWPACK.EXE file is exactly correct. For v3.04, it must be 1996-01-06 03:04:00am. For v3.04a, it must be 1996-01-21 03:04:00am.