;
;	Installation Script of RACER 97 - Version 1.1 
;	All rights reserved to D'HEEGER Sébastien © 1996-97
;

(complete 0)
(message "Make sure that you have installed the game RACER on your HD before.\n This new version fixes a bug on 68030/50 Mhz.\n")

(working " Installing new version of the game on your HD")

(copyfiles   (source "RacerLores") 
	     (dest "DHR:")
             (infos)
	     (prompt "Copying RacerLores version 1.1:")
	     (help "No help")
)
(complete 50)
(copyfiles   (source "RacerHires") 
	     (dest "DHR:")
             (infos)
	     (prompt "Copying RacerHires version 1.1:")
	     (help "No help")
)

(complete 100)
(message "\n\n New version 1.1 of Racer has now been installed on your harddrive.Now,it must run on Amiga with a 68030/50 Mhz !")
(exit)
