home *** CD-ROM | disk | FTP | other *** search
-
- This is a binary to commandline change WriteNow files to RTF format.
-
- It's usage is:
-
- wn2rtf file.wn > file.rtf
-
- Or, for several files, use:
-
-
- for i in `/bin/ls *.wn`
- do
-
- short=`basename $i .rtf`
-
- wn2rtf $i > $short.rtf
-
- done
-
- exit 0
-
- This file was made publically available on a Demo CD from NeXT, inc. I have therefore assumed
- that it is OK to make it available on this ftp site.
-
- If this is not the case, please let us know and all copies will be deleted.
-
- If you download this file and it later is discovered to be restricted, you must delete all copies
- of it.
-
- TjL <luomat@peak.org>
-
-
-
-
-