home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / x_psion / psion.progs / pscmd / getrtf.pscmd < prev    next >
Text File  |  1993-03-03  |  340b  |  10 lines

  1. # for all the files ending in RTFPATTERN under RTFPART RTFDIR
  2. # run them through gettxt1.txt which will get them and then run them through
  3. # shellscript pstounix to handle the dos conversions
  4. #
  5. # setup the variables if not already set
  6. source varsrtf
  7. listf [RTFPART] [RTFDIR] [RTFPATTERN] [RTFTMP]
  8. foreach [RTFTMP] run getrtf1
  9. ! rm [RTFTMP]
  10.