Create a 7-Zip self-extractor for DOS.
Two potential solutions are:
- Enhance 7zdec so that it checks its tail for a 7z signature and self-unpacks.
Self-extracting archives would be created on DOS by COPY /B 7zdec.exe + My.7z My.exe.
- Get the existing
Z7_SFX and Z7_EXTRACT_ONLY macros working.
And build a 7zCon.sfx module for DOS that the -sfx switch can use.
Create a 7-Zip self-extractor for DOS.
Two potential solutions are:
Self-extracting archives would be created on DOS by
COPY /B 7zdec.exe + My.7z My.exe.Z7_SFXandZ7_EXTRACT_ONLYmacros working.And build a
7zCon.sfxmodule for DOS that the-sfxswitch can use.