home *** CD-ROM | disk | FTP | other *** search
/ Games World (Happy Day Edition) / HAPPYDAY.ISO / happyday / schnapse / schnap.bat < prev    next >
DOS Batch File  |  1994-03-15  |  2KB  |  48 lines

  1. @echo off
  2. REM *****************************************************************
  3. REM ***** SCHNAP V3.11                (C) 05.93         (C) KEC *****
  4. REM *****-------------------------------------------------------*****
  5. REM *****             Alle Rechte sind vorbehalten.             *****
  6. REM *****************************************************************
  7. REM
  8. if not exist schnap0?.pic goto notfound
  9. if not exist schnap31.exe goto notfound
  10. if not exist schnap01.cmf goto notfound
  11. if not exist schnap01.snd goto notfound
  12. if not exist sample.dat   goto notfound
  13. if not exist sbfmdrv.com  goto notfound
  14. REM if not exist schnap31.doc goto notfound
  15. sbfmdrv > NUL
  16. schnap31 (C)byKEC
  17. if errorlevel 99 goto ende
  18. if errorlevel 98 goto exitus
  19. if errorlevel 10 goto translationerror
  20. goto ende
  21. :notfound
  22. cls
  23. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  24. echo !!!!! SCHNAP V3.11               (C) 05.93         (C) KEC  !!!!!
  25. echo !!!!!-------------------------------------------------------!!!!!
  26. echo !!!!! Dieser Aufruf von SCHNAP erfolgte eventuell aus einem !!!!!
  27. echo !!!!! falschen Directory bzw.  es sind nicht alle  zur Aus- !!!!!
  28. echo !!!!! führung notwendigen Datenfiles vorhanden.             !!!!!
  29. echo !!!!! TIP: Installieren Sie Schnapsen erneut oder versuchen !!!!!
  30. echo !!!!!      Sie einen Aufruf vom richtigen Directory.        !!!!!
  31. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  32. goto ende
  33. :exitus
  34. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  35. echo !!!!! SCHNAP V3.11               (C) 05.93         (C) KEC  !!!!!    
  36. echo !!!!!-------------------------------------------------------!!!!!
  37. echo !!!!! Das Programm wurde auf Ihren Wunsch abgebrochen.      !!!!!
  38. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  39. goto ende
  40. :translationerror
  41. cls
  42. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  43. echo !!!!! SCHNAP V3.11               (C) 05.93         (C) KEC !!!!!
  44. echo !!!!!------------------------------------------------------!!!!!
  45. echo !!!!! Fatal error: Translationfile not found.              !!!!!
  46. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  47. :ende
  48.