home *** CD-ROM | disk | FTP | other *** search
/ Die ASC Mega 2 / ASC-Mega2-CD-ROM.iso / SPIELE / ATLANTIS / RUNME.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-05-03  |  573 b   |  33 lines

  1. @echo off
  2. org.exe
  3. attrib -r
  4. del org.exe >nul
  5. atlantis.exe
  6. IF not errorlevel 1 goto END
  7. cls
  8. @echo off
  9. echo.
  10. echo.
  11. echo.
  12. echo.
  13. echo.
  14. echo.
  15. echo.
  16. echo.
  17. echo.
  18. echo.
  19. echo.
  20. echo                ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR 
  21. echo.
  22. echo                You are out of memory !! or the game was wrong
  23. echo                installed. Try install one's more !!
  24. echo.
  25. echo                If this dont work, run the game from the dos 
  26. echo                prompt. 
  27. echo.
  28. echo                            Click to continue
  29. pause >nul
  30.  
  31. :END
  32.  
  33.