;FixZappo CD-ROM Drive,   Copyright 1994  Dave Lomax
;This Installer for $VER 1.0 (28.11.94)

(complete 0)

(set @DESTINATION
	(askdir
		(prompt "Please select the directory in which the CDDA is "
			"already placed.  You MUST already have this installed!")
      		(help @askdir-help)
      		(default "SYS:System")
	)
)

(set @DESTPIC ("%s%s" @DESTINATION "/Pics"))

(complete 5)

(makedir @DESTPIC
	(prompt "\n\n\n\nCreating directory for Pictures for CDDA player...")
	(help "\n\n\nI'm making a directory to bung all\n\n"
	      "of the new pictures in.\n\n")
	(infos)
)

(complete 25)

(copyfiles
	(prompt "\n\n\nCopying Pictures for use with the CDDA Player...")
	(help @copyfiles-help)
	(source "Pics")
	(dest @DESTPIC)
	(all)
	(confirm)
)

(complete 40)

(copyfiles
	(prompt "\n\n\n\nInstalling Needed Commands...\n\n")
	(help @copyfiles-help)
	(source "C")
	(dest "C:")
	(all)
	(confirm)
)

(complete 65)

(copyfiles
	(prompt "\n\n\n\nCopying new utilities & bugfix...\n")
	(help @copyfiles-help)
	(source "Utils")
	(dest @DESTINATION)
	(infos)
	(all)
	(confirm)
)

(complete 80)

(set @DESTHELP
        (askdir
                (prompt "Where would you like the Guide Installed?")
                (help @askdir-help)
                (default "HELP:")
        )
)

(complete 90)

(copyfiles
	(prompt "Copying Guide...\n")
	(help "This will copy the Guide file\n"
	      "to where you have just selected...\n")
	(source "FixZappo.Guide")
	(dest @DESTHELP)
	(infos)
	(confirm)
)

(complete 100)

(exit)
