home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p068 / 1.img / FILE01 / CKTUTOR.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-10-29  |  352 b   |  16 lines

  1. @echo off
  2. cls
  3. if not exist cai\cktutor.cdx goto notut
  4. if not exist cai\cktutor.mac goto notut
  5. if not exist tut_cfg.exe goto notut
  6. if not exist config.dat goto noconf
  7. tut_cfg
  8. cadkey -ccktutor.cfg
  9. goto end
  10. :notut
  11. echo Error: TUTOR not installed properly !
  12. goto end
  13. :noconf
  14. echo Error: CADKEY Configuration File CONFIG.DAT not found !
  15. :end
  16.