(complete 0)
(message "Make sure that you have got approx. 3.5Mb of FREE space on your harddrive.\n\nIf you wish to run Banshee from Workbench, you will need to have MORE than 2Mb of ram.\nOtherwise try booting with no startup-sequence, all drives, except bootpartition and the partition where the game was installed, turned off.\n\nTry to avoid running too many strange programs or utilities in the background.\n\nPress <Esc> to go back to workbench/CLI, from the game.")
(
	run "makedir Ram:BansScrpt")
(complete 2)
(
	run "copy Bans1:scrpt#? Ram:BansScrpt")

(complete 9)

(set destdir
(askdir
   (prompt "Please select the Directory where you would like to install"
           " Banshee. ")
   (help @askdir-help)
   (default @default-dest)
   )
)
   (set @default-dest destdir)

(working "Installing Banshee")

(copyfiles
   (source "bans1:icons/Banshee.info")
   (dest destdir)
)
(complete 10)
(copyfiles   (source "Bans1:")
             (dest destdir)
             (all)
             (infos)
	     (prompt "copying required files to harddrive")
	     (help "No help")
)
(complete 30)
(copyfiles   (source "Bans2:")
             (dest destdir)
             (all)
             (infos)
	     (prompt "copying required files to harddrive")
	     (help "No help")
)
(complete 50)
(copyfiles   (source "Bans3:")
             (dest destdir)
             (all)
             (infos)
	     (prompt "copying required files to harddrive")
	     (help "No help")
)
(complete 70)
(copyfiles   (source "Bans4:")
             (dest destdir)
             (all)
             (infos)
	     (prompt "copying required files to harddrive")
	     (help "No help")
)


(complete 90)

(working "Building script files")
(
	run "echo Assign Banshee1: >>Ram:BansScrpt/Scrpt1" destdir )
(complete 91)
(
	run "echo Assign Banshee2: >>Ram:BansScrpt/Scrpt1" destdir )
(complete 92)
(
	run "echo Assign Banshee3: >>Ram:BansScrpt/Scrpt1" destdir )
(complete 93)
(
	run "echo Assign Banshee4: >>Ram:BansScrpt/Scrpt1" destdir )
(complete 94)
(
	run "type Ram:BansScrpt/scrpt2 >>ram:BansScrpt/Scrpt1" )
(complete 95)
(
	run "rename Ram:BansScrpt/Scrpt1 Ram:BansScrpt/Banshee" )
(complete 96)
(copyfiles
   (source "Ram:BansScrpt/Banshee")
   (dest destdir)
)
(complete 97)

(working "Cleaning up")
(
	run "assign Lort:" destdir)
(
	run "delete Lort:assign")
(
	run "delete Lort:cpu")
(
	run "delete Lort:s all")
(
        run "delete Lort:installer" )
(
	run "delete Lort:hdinstall" )
(
	run "delete Lort:hdinstall.info" )
(
	run "delete Lort:scrpt1" )
(
	run "delete Lort:scrpt2" )
(
	run "delete Lort:system-comfiguration" )
(
	run "delete ram:BansScrpt all" )
(
	run "assign lort: remove" )

(complete 100)
(message "\n\nBanshee has now been installed on your harddrive. We hope you will enjoy this game as much as we do.\nHave Fun!")

(exit)
