home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 1 / ClassicFond01.iso / role-pla / legacy.zip / FULL.BAT < prev    next >
DOS Batch File  |  1993-04-21  |  483b  |  24 lines

  1. @echo off
  2. @playscr intro.scr xintro.bin 0+
  3. legship %1 %2 %3 %4 %5 %6 %7 %8 %9
  4. if errorlevel 9 goto ouch
  5. if errorlevel 8 goto winG
  6. if errorlevel 7 goto winF
  7. if errorlevel 6 goto winE
  8. if errorlevel 0 goto bye
  9. goto bye
  10. :ouch
  11. echo Ouch! Something nasty happened!
  12. goto bye
  13. :winG
  14. @playout outro.ger xintro.bin 1
  15. goto winner
  16. :winF
  17. @playout outro.fre xintro.bin 1
  18. goto winner
  19. :winE
  20. @playout outro.scr xintro.bin 1
  21. :winner
  22. @echo Please keep the file 'winner.inf'.
  23. :bye
  24.