home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 26
/
amigaformatcd26.iso
/
-screenplay-
/
hd_installers
/
sperisleg2hd
/
sperisinstall
< prev
next >
Wrap
Text File
|
1998-03-09
|
1KB
|
61 lines
;$VER:Speris Legacy [AGA] Install v1.0 by ^StE3l^-^tHE oRB^ !
(complete 0)
(set @default-dest "HD1:")
(set #Text1
(cat "\n\nWelcome to \n"
"Speris Legacy [AGA] HD Installer\n\n\n"
"Cracked by Prodigy, trained by Insane.\n\n"
"Installer done by ^StE3l^ - tHE oRB!\n\n"
))(set #Text2
(cat "Warning !\n\n\n"
"Speris Legacy [AGA] requires 3.5 MB space on your HD! \n\n\n\n"
))(set #Text3
(cat "Select the target directory. A directory called >Speris< will "
"be created there."
))(set #Help1
(cat "\nThis section lets you choose the "
"target directory to install Speris Legacy [AGA]. \n\n"
"A directory Speris will be created there.\n\n"
"Default is HD1:\n\n\n"
@askdir-help
))
(message #Text1)
(message #Text2)
(set target
(askdir (prompt #Text3) (help #Help1) (default @default-dest) (newpath)
))
(makedir (tackon target "Speris")(infos))
(set @default-dest target)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Speris-1:")
(dest (tackon target "Speris"))
(pattern "#?")
)
(complete 25)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Speris-2:")
(dest (tackon target "Speris"))
(pattern "#?")
)
(complete 50)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Speris-3:")
(dest (tackon target "Speris"))
(pattern "#?")
)
(complete 75)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Speris-4:")
(dest (tackon target "Speris"))
(pattern "#?")
)
(complete 100)