home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a044 / 3.ddi / CARET / CHGRET2.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-08-31  |  117 b   |  7 lines

  1. if not exist %1.ret goto done
  2. echo Updating %1
  3. sed2 %1.ret sed.lis >%1.j
  4. copy %1.j %1.ret >NUL
  5. del %1.j
  6. :done
  7.