Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!olivea!oliveb!amdahl!netcom!wolf From: wolf@netcom.COM (Buckskin Tech.) Newsgroups: comp.os.msdos.programmer Subject: Re: BC++ and Help Compiler - SPOILER! Message-ID: <1991Apr22.191500.13692@netcom.COM> Date: 22 Apr 91 19:15:00 GMT References: <1991Apr18.160951.6613@ccad.uiowa.edu> <46mgvbm@rpi.edu> Distribution: comp.os.msdos.programmer Organization: Netcom - Online Communication Services UNIX System {408 241-9760 guest} Lines: 28 court@rpi.edu (Court Demas) writes: >Since when did Write output RTF files? >Since they put in the little clicky box before you save (MS Word Format..).. >court For the record: RTF is *not* the same as MS Word format. RTF is a structured plaintext formatting language that Microsoft Word happens to write. The "MS Word" option in Windows Write refers only to the Microsoft Word native file format, which is not RTF. Since RTF is plaintext, you can create an RTF file with any text editor. HOWEVER, you will need to be very familiar with the structures that RTF defines as well as the overal format of RTF before you can get anywhere. Summary: 1: use MS Word, Ami Pro, or another word processor that can output documents RTF. 2: get the RTF spec from Microsoft and create the RTF file by hand. 3: wait 'til someone comes up with a simple RTF generator (anyone? anyone?) - Wolf