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

  1. @echo off
  2. echo off
  3. echo Updating Sample Report Definitions to specify absolute paths to
  4. echo databases and images.
  5. if not exist bar.ret goto error
  6. cd >cd.lis
  7. copy sub.lis+cd.lis sed.lis >NUL
  8. call chgret2 BAR
  9. call chgret2 CUTIBANK
  10. call chgret2 EMPLOYEE
  11. call chgret2 EZLETTER
  12. call chgret2 EZSALES
  13. call chgret2 FORMULA
  14. call chgret2 INVOICE
  15. call chgret2 LABELS
  16. call chgret2 LETTER
  17. call chgret2 MONEY
  18. call chgret2 PERSONEL
  19. call chgret2 SALES
  20. echo Update complete.
  21. goto done
  22. :error
  23. echo The sample files are not present in the current directory. Update not done.
  24. echo Please change to the sample report definition directory and try again.
  25. :done
  26.