;Install script for Card Games CD Index
; 1997 Gerard Sweeney
;(v1.0)
;
;Blah blah screen
;

(message "\nWelcome to the installation program for the Klondike directory index\n\for CARD GAMES CD by PD Soft\n\nIf you decide to not use the install program for this guide,\nyou MUST make sure you use the -a parameter in LHA to make\nsure the file attributes are kept intact.\n\nClick Proceed when ready....")

(set #directory
	(askdir
		(prompt "Where do you want to install the index? All files in one dir. No dir will be made?)")
		(help "This program has to know where to install the index.\n\nAll of the files needed are kept in one directory\n\nNo LIBS or any system files are needed (apart from AMIGAGUIDE.LIBRARY which you should already have installed).")
		(default "ram:")
	)
)

(makeassign "index_Dir" #directory)
(set @default-dest #directory)

(run "lha -x -a -M x index_files.lha index_dir:")
(makeassign "index_Dir")
(exit)