WordPerfect macro
From Just Solve the File Format Problem
(Difference between revisions)
m |
(→Identification) |
||
Line 9: | Line 9: | ||
Some files (those with a .WPM extension?) begin with the signature {{magic|ff 57 50 43 ?? ?? ?? ?? 01 01}}. | Some files (those with a .WPM extension?) begin with the signature {{magic|ff 57 50 43 ?? ?? ?? ?? 01 01}}. | ||
− | Others (those with a .WCM extension?) begin with {{magic|ff 57 50 43 ?? ?? ?? ?? 01 0a}}, which is the same as a generic [[WordPerfect|WPD]] document. It's not clear how to distinguish them. | + | Others (those with a .WCM extension?) begin with {{magic|ff 57 50 43 ?? ?? ?? ?? 01 0a}}, which is the same as a generic [[WordPerfect|WPD]] document. It's not clear how to distinguish them, though [[TrID]] seems to be able to do it. |
== Sample files == | == Sample files == |
Revision as of 14:51, 25 February 2019
WordPerfect macro (WPM, WCM) refers to a family of macro file formats used by the WordPerfect word processor, and other Corel products. They are associated with a command language named PerfectScript.
Identification
Some files (those with a .WPM extension?) begin with the signature ff 57 50 43 ?? ?? ?? ?? 01 01
.
Others (those with a .WCM extension?) begin with ff 57 50 43 ?? ?? ?? ?? 01 0a
, which is the same as a generic WPD document. It's not clear how to distinguish them, though TrID seems to be able to do it.
Sample files
- http://cd.textfiles.com/megmonster/WORDPRO/51MACROS.ZIP
- http://cd.textfiles.com/smwos2/WWORD/BIBMACRO.ZIP
Links
- Corel® WordPerfect® Office X6 Macro Guide
- Corel® WordPerfect® Office X5 User Guide for PerfectScript™
- Writing and editing macros by using PerfectScript
See also WordPerfect#References.