home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / wvwar062.zip / doc / x / helper-scripts / WordToTxt < prev    next >
Text File  |  2000-09-20  |  221b  |  10 lines

  1. #!/bin/sh
  2. #from mswordview mailing list by
  3. #E. Frank Ball <frankb@sr.hp.com>
  4. # Modified by Dom Lachowicz Sept 19,2000
  5.  
  6. htmlfile=/tmp/mswordviewfile$$
  7. wvHtml $1 $htmlfile
  8. lynx -dump -force_html $htmlfile
  9. /bin/rm $htmlfile
  10.