home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if not exist cai\cktutor.cdx goto notut
- if not exist cai\cktutor.mac goto notut
- if not exist cai\append.cfg goto notut
- if not exist config.dat goto noconf
-
- rem tut_cfg removed and replaced with 2 dos commands which follow
- type config.dat > cai\cktutor.cfg
- type cai\append.cfg >> cai\cktutor.cfg
-
- cadkey -c cai\cktutor.cfg
-
- goto end
- :notut
- echo Error: TUTOR not installed properly !
- goto end
- :noconf
- echo Error: CADKEY Configuration File CONFIG.DAT not found !
- :end
-