WordPerfect macro
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Executables |extensions={{ext|wpm}}, {{ext|wcm}} }} '''WordPerfect macro''' (WPM, WCM) refers to a family of macro file formats use...") |
(Added an explanation of how TrID tells them apart. Feel free to remove my one-entry references section.) |
||
(2 intermediate revisions by one user not shown) | |||
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. | + | 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; [[TrID]] distinguishes macros by searching, case-insensitive, for the strings "application", "default", and ".wcm" in the file.<ref>http://mark0.net/download/triddefs_xml.7z → w → wcm.trid.xml</ref> |
== Sample files == | == Sample files == | ||
Line 16: | Line 16: | ||
== Links == | == Links == | ||
− | |||
* [https://officecommunity.com/cfs-file/__key/telligent-evolution-components-attachments/13-62-00-00-00-00-75-90/Corel-WordPerfect-Office-X6-Macro-Guide.pdf Corel® WordPerfect® Office X6 Macro Guide] | * [https://officecommunity.com/cfs-file/__key/telligent-evolution-components-attachments/13-62-00-00-00-00-75-90/Corel-WordPerfect-Office-X6-Macro-Guide.pdf Corel® WordPerfect® Office X6 Macro Guide] | ||
* [https://officecommunity.com/discussion/documentation/m/docs_wpo-x5/2979 Corel® WordPerfect® Office X5 User Guide for PerfectScript™] | * [https://officecommunity.com/discussion/documentation/m/docs_wpo-x5/2979 Corel® WordPerfect® Office X5 User Guide for PerfectScript™] | ||
+ | * [http://wordperfect.helpmax.net/en/streamlining-tasks-and-customizing-wordperfect/using-recordings-macros-and-automation-features/writing-and-editing-macros-by-using-perfectscript/ Writing and editing macros by using PerfectScript] | ||
See also [[WordPerfect#References]]. | See also [[WordPerfect#References]]. | ||
+ | |||
+ | == References == | ||
+ | <references /> | ||
[[Category:Word Processor]] | [[Category:Word Processor]] | ||
[[Category:Corel]] | [[Category:Corel]] |
Latest revision as of 20:42, 9 March 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.
Contents |
[edit] 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; TrID distinguishes macros by searching, case-insensitive, for the strings "application", "default", and ".wcm" in the file.[1]
[edit] Sample files
- http://cd.textfiles.com/megmonster/WORDPRO/51MACROS.ZIP
- http://cd.textfiles.com/smwos2/WWORD/BIBMACRO.ZIP
[edit] 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.
[edit] References
- ↑ http://mark0.net/download/triddefs_xml.7z → w → wcm.trid.xml