home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p069 / 4.img / TUTCK.LIF / CKTUTOR.BAT
Encoding:
DOS Batch File  |  1992-03-19  |  499 b   |  21 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 cai\append.cfg goto notut
  6. if not exist config.dat goto noconf
  7.  
  8. rem tut_cfg removed and replaced with 2 dos commands which follow
  9. type config.dat > cai\cktutor.cfg
  10. type cai\append.cfg >> cai\cktutor.cfg
  11.  
  12. cadkey -c cai\cktutor.cfg
  13.  
  14. goto end
  15. :notut
  16. echo Error: TUTOR not installed properly !
  17. goto end
  18. :noconf
  19. echo Error: CADKEY Configuration File CONFIG.DAT not found !
  20. :end
  21.