home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / rucp / Library / c7unbatch < prev    next >
Encoding:
Text File  |  1991-04-08  |  138 b   |  8 lines

  1. | run batch through C7decode and then uncompress
  2. |
  3. %rename %0 %0-7
  4. /c7decode <%0-7 >%0-Z
  5. %remove %0-7
  6. /compress -d <%0-Z >%0
  7. %remove %0-Z
  8.