home *** CD-ROM | disk | FTP | other *** search
/ Špidla: Hráčův ráj: České hry / Hracuv-raj_Ceske-hry_cd2.bin / StormNet / STORMNET.BAT < prev    next >
Encoding:
DOS Batch File  |  2001-10-04  |  406 b   |  26 lines

  1. @echo off
  2. cls
  3. cdrom.exe p
  4. animplay.exe intro
  5. global\global.exe runnew
  6. rem ####
  7. :AGAIN
  8. main.exe
  9. rem ####
  10. if errorlevel 100 GOTO SKIP
  11. if errorlevel 2 GOTO GLOBAL_RUNNEW
  12. animplay.exe
  13. global\global.exe
  14. if errorlevel <> 0 GOTO SKIP
  15. GOTO AGAIN
  16. :GLOBAL_RUNNEW
  17. global\global.exe runnew
  18. if errorlevel <> 0 GOTO SKIP
  19. GOTO AGAIN
  20. rem ####
  21. :SKIP
  22. animplay.exe program done
  23. cdrom.exe s
  24. @echo on
  25.  
  26.