home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #1 / Image.iso / cdd / direkt / wpoker / !wpoker.exe / WPOKER.BAT < prev    next >
DOS Batch File  |  1993-10-20  |  2KB  |  47 lines

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