Microsoft Write
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Document | |subcat=Document | ||
+ | |subcat2=Word Processor | ||
|extensions={{ext|wri}} | |extensions={{ext|wri}} | ||
|pronom={{PRONOM|x-fmt/4}}, {{PRONOM|x-fmt/12}} | |pronom={{PRONOM|x-fmt/4}}, {{PRONOM|x-fmt/12}} | ||
+ | |wikidata={{wikidata|Q60615282}}, {{wikidata|Q27526866}} | ||
}} | }} | ||
− | + | '''Write''' (also called '''Microsoft Windows Write''', '''Microsoft Write''', '''Windows Write''') is the word processor that came with Microsoft Windows version 1.0 through 3.11, as well as Microsoft Windows NT through version 3.5. All versions were able to read and write '''.wri''' files, and later versions were also able to read and write Microsoft Word [[DOC|.doc]] files. It was replaced with Microsoft WordPad with the advent of Windows 95 (which could read Write format, but couldn't save to it). | |
+ | |||
+ | == Software == | ||
+ | * [https://www.libreoffice.org/ LibreOffice] v5.1+ | ||
+ | * [https://sourceforge.net/projects/libwps/ libwps] | ||
+ | * [http://msxnet.org/word2rtf/ Converting MS Write to RTF] ([https://web.archive.org/web/20170106122225/http://msxnet.org/word2rtf/ copy at archive.org]) | ||
+ | * [https://sourceforge.net/projects/osplus/files/Text%20Editor/ OSPlus Text Editor] - An old open source project with a WRI to [[RTF]] converter (src/convert/txtwrite.c). Likely predecessor of libwps's Write support. | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|document/wri}} | ||
== References == | == References == | ||
− | * [http://msxnet.org/word2rtf/formats/write.txt File format specification] | + | * [http://msxnet.org/word2rtf/formats/write.txt File format specification] ([https://web.archive.org/web/20130831064118/http://msxnet.org/word2rtf/formats/write.txt copy at archive.org]) |
* [[Wikipedia:Microsoft Write|Wikipedia article]] | * [[Wikipedia:Microsoft Write|Wikipedia article]] | ||
− | |||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
+ | [[Category:Windows]] |
Latest revision as of 05:15, 28 December 2023
Write (also called Microsoft Windows Write, Microsoft Write, Windows Write) is the word processor that came with Microsoft Windows version 1.0 through 3.11, as well as Microsoft Windows NT through version 3.5. All versions were able to read and write .wri files, and later versions were also able to read and write Microsoft Word .doc files. It was replaced with Microsoft WordPad with the advent of Windows 95 (which could read Write format, but couldn't save to it).
[edit] Software
- LibreOffice v5.1+
- libwps
- Converting MS Write to RTF (copy at archive.org)
- OSPlus Text Editor - An old open source project with a WRI to RTF converter (src/convert/txtwrite.c). Likely predecessor of libwps's Write support.