PMsfx
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Archiving |released=≤1990 }} '''PMsfx''' is a CP/M utility that creates self-extracting archives. It was developed by Yoshihiko M...") |
|||
Line 23: | Line 23: | ||
* [http://www.msxarchive.nl/pub/msx/utils/dos2/sdosupd.com sdosupd.com] | * [http://www.msxarchive.nl/pub/msx/utils/dos2/sdosupd.com sdosupd.com] | ||
* [http://www.msxarchive.nl/pub/msx/magazines/NVMAGA7B.LZH NVMAGA7B.LZH] → BAKUDAN.COM, FW.COM, GEARD2.COM | * [http://www.msxarchive.nl/pub/msx/magazines/NVMAGA7B.LZH NVMAGA7B.LZH] → BAKUDAN.COM, FW.COM, GEARD2.COM | ||
+ | |||
+ | [[Category:CP/M]] |
Latest revision as of 13:54, 20 February 2023
PMsfx is a CP/M utility that creates self-extracting archives. It was developed by Yoshihiko Mino. It requires PMarc (see PMA).
[edit] Identification
Files have ASCII "-pms-
" at offset 2. This resembles an LHA compression identifier, but it is not used in that way.
This probably does not distinguish them from PMexe. The best way to do that is unknown. V2.00 files have a string at offset 14 that begins "PMsfx
", but files from earlier versions do not.
[edit] Software
- pm-utils.pma → PMSFX2.*
[edit] Sample files
v1.12:
- freewar2.pma → VC12.COM
v1.14:
- msxfan06.zip → MSXF06.DSK → BSPPMA.COM
v2.00:
- lhasa source code: test/archives/pmarc2/sfx.com
- sdosupd.com
- NVMAGA7B.LZH → BAKUDAN.COM, FW.COM, GEARD2.COM