home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 10 / amigaformatcd10.iso / -screenplay- / utilities / hdinstallers / speedball2 / install-speedball2 < prev    next >
Text File  |  1996-09-17  |  382b  |  21 lines

  1. echo "SpeedBall2 HD Installation. Written by Jean-François Fabre 1996"
  2. echo ""
  3. echo "Insert SpeedBall2 disk into drive df0:"
  4. ask  "Press <RETURN> to continue or y to abort."
  5. if WARN
  6.     skip abort
  7. ENDIF
  8.  
  9. disk2file 0 SpeedBall2.Disk1
  10.  
  11. echo    "Installation complete. Click the SpeedBall 2 icon to run the game."
  12. skip fin
  13.  
  14. else
  15. lab abort
  16.     echo "Installation aborted"
  17. endif
  18.  
  19. lab fin
  20.     wait 3
  21.