home *** CD-ROM | disk | FTP | other *** search
/ PC Kids 2 / pc-kids.iso / files / ca.bat < prev    next >
Encoding:
DOS Batch File  |  1995-01-25  |  507 b   |  25 lines

  1. echo off
  2. CD\
  3. CD CACDDEMO
  4. cls
  5. echo Loading, please wait ...
  6. if exist c:\lander\nul goto chek_dir
  7. md c:\lander
  8. :chek_dir
  9. if exist c:\lander\cademo.dat\nul goto chek_fil
  10. md c:\lander\cademo.dat
  11. :chek_fil
  12. if exist c:\lander\cademo.dat\sc.dat goto ca
  13. ssetup
  14. :ca
  15. if not exist c:\lander\cademo.dat\caprog.exe goto ld_in_cd
  16. c:\lander\cademo.dat\caprog.exe %1 %2 %3 %4 %5 %6
  17. if errorlevel 344 goto end
  18. goto ca_fini
  19. :ld_in_cd
  20. caprog %1 %2 %3 %4 %5 %6
  21. if errorlevel 344 goto end
  22. :ca_fini
  23. :end
  24.  
  25.