home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo off
- echo Updating Sample Report Definitions to specify absolute paths to
- echo databases and images.
- if not exist bar.ret goto error
- cd >cd.lis
- copy sub.lis+cd.lis sed.lis >NUL
- call chgret2 BAR
- call chgret2 CUTIBANK
- call chgret2 EMPLOYEE
- call chgret2 EZLETTER
- call chgret2 EZSALES
- call chgret2 FORMULA
- call chgret2 INVOICE
- call chgret2 LABELS
- call chgret2 LETTER
- call chgret2 MONEY
- call chgret2 PERSONEL
- call chgret2 SALES
- echo Update complete.
- goto done
- :error
- echo The sample files are not present in the current directory. Update not done.
- echo Please change to the sample report definition directory and try again.
- :done