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

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