home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / unix / text / wn2rtf.1.0.README < prev   
Encoding:
Text File  |  1997-12-10  |  597 b   |  35 lines

  1.  
  2. This is a binary to commandline change WriteNow files to RTF format.
  3.  
  4. It's usage is:
  5.  
  6.     wn2rtf file.wn > file.rtf
  7.  
  8. Or, for several files, use:
  9.  
  10.  
  11. for i in `/bin/ls *.wn`
  12. do
  13.  
  14.     short=`basename $i .rtf`
  15.  
  16.     wn2rtf $i > $short.rtf
  17.  
  18. done
  19.  
  20. exit 0
  21.  
  22. This file was made publically available on a Demo CD from NeXT, inc.  I have therefore assumed
  23. that it is OK to make it available on this ftp site.
  24.  
  25. If this is not the case, please let us know and all copies will be deleted.
  26.  
  27. If you download this file and it later is discovered to be restricted, you must delete all copies
  28. of it.
  29.  
  30. TjL <luomat@peak.org>
  31.  
  32.  
  33.  
  34.  
  35.