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

  1. # for all the files ending in TXTPATTERN under TXTPART TXTDIR
  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 varstxt
  7. listf [TXTPART] [TXTDIR] [TXTPATTERN] [TXTTMP]
  8. foreach [TXTTMP] run gettxt1
  9. ! rm [TXTTMP]
  10.