home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1994 May / PowerPlay0594.iso / pc / pplay / 1.bat < prev    next >
DOS Batch File  |  1994-02-09  |  358b  |  26 lines

  1. @echo off
  2. echo.
  3. echo Der Film kann nur von CD abgespielt werden!
  4. echo Rufe jetzt auf!
  5. echo.
  6. CHOICE Willst Du das 
  7. if errorlevel 2 goto NEIN
  8. if errorlevel 1 goto JA
  9.  
  10. :JA
  11. cls
  12. cd \PPLAY\PPFLI
  13. aaplay intro.act
  14. goto endE
  15.  
  16. :NEIN
  17. echo.
  18. echo Lesevorgang abgebrochen! Kehre zum Anfang zurÅck!
  19. echo.
  20. pause
  21. goto ende
  22.  
  23. :ENDE
  24. cd \pplay
  25. start.bat
  26.