Pfs:Write
From Just Solve the File Format Problem
(Difference between revisions)
m (→Sample files) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:pfs:Write}} | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Document | |subcat=Document | ||
− | |extensions={{ext|pfs}} | + | |extensions={{ext|pfs}}, {{ext|pwp}} |
+ | |pronom={{PRONOM|fmt/1414}} | ||
|released=1983 | |released=1983 | ||
|subcat2=Word Processor | |subcat2=Word Processor | ||
Line 8: | Line 10: | ||
pfs:Write was a simple word processor created by Software Publishing Corporation (SPC) in the early days of desktop computing. It was intended for DOS systems, but Apple II versions were also released. | pfs:Write was a simple word processor created by Software Publishing Corporation (SPC) in the early days of desktop computing. It was intended for DOS systems, but Apple II versions were also released. | ||
+ | |||
+ | The last version, Professional Write 3.0 for DOS, was released in 1994. Professional Write Plus was developed for Windows 3.x in 1991. | ||
+ | |||
+ | == File identification == | ||
+ | |||
+ | First 4 bytes are hex values <code>42 00 06 00</code> or <code>42 00 0C 00</code> and have an EOF byte of <code>0E</code> | ||
+ | |||
+ | == Screenshots == | ||
+ | [[Image:PFSProWrite2.png|500px]] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|document/pfsWrite}} | ||
== Links == | == Links == | ||
* [[Wikipedia:Pfs:Write|Pfs:Write : Wikipedia]] | * [[Wikipedia:Pfs:Write|Pfs:Write : Wikipedia]] | ||
+ | * [https://winworldpc.com/product/professional-write/plus-1x WinWorld Page] | ||
* [https://archive.org/details/apple_2_pfs_write Apple 2 Emulation @ Archive.org] | * [https://archive.org/details/apple_2_pfs_write Apple 2 Emulation @ Archive.org] |
Latest revision as of 20:03, 16 February 2024
pfs:Write was a simple word processor created by Software Publishing Corporation (SPC) in the early days of desktop computing. It was intended for DOS systems, but Apple II versions were also released.
The last version, Professional Write 3.0 for DOS, was released in 1994. Professional Write Plus was developed for Windows 3.x in 1991.
Contents |
[edit] File identification
First 4 bytes are hex values 42 00 06 00
or 42 00 0C 00
and have an EOF byte of 0E