home *** CD-ROM | disk | FTP | other *** search
- echo off
- CD\
- CD CACDDEMO
- cls
- echo Loading, please wait ...
- if exist c:\lander\nul goto chek_dir
- md c:\lander
- :chek_dir
- if exist c:\lander\cademo.dat\nul goto chek_fil
- md c:\lander\cademo.dat
- :chek_fil
- if exist c:\lander\cademo.dat\sc.dat goto ca
- ssetup
- :ca
- if not exist c:\lander\cademo.dat\caprog.exe goto ld_in_cd
- c:\lander\cademo.dat\caprog.exe %1 %2 %3 %4 %5 %6
- if errorlevel 344 goto end
- goto ca_fini
- :ld_in_cd
- caprog %1 %2 %3 %4 %5 %6
- if errorlevel 344 goto end
- :ca_fini
- :end
-
-