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 tut_cfg.exe goto notut
- if not exist config.dat goto noconf
- tut_cfg
- cadkey -ccktutor.cfg
- goto end
- :notut
- echo Error: TUTOR not installed properly !
- goto end
- :noconf
- echo Error: CADKEY Configuration File CONFIG.DAT not found !
- :end
-