home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 26
/
amigaformatcd26.iso
/
-screenplay-
/
hd_installers
/
cyberforce2hd
/
hd_install
< prev
next >
Wrap
Text File
|
1998-03-09
|
2KB
|
65 lines
;$VER:Script generated by DRACS of BAD KARMA for CYBERFORCE ( ecs ) hd-install done by DRACS of BAD KARMA
(complete 0)
(set @default-dest "Work:")
; Texts
(set #Intro-Txt
(cat "\n\nWelcome to \n"
"CYBERFORCE ( ecs ) hd-install done by DRACS of BAD KARMA\n"
"Hard Disk Install Script\n\n\n\n"
"This script has been generated by DRACS of BAD KARMA\n\n"
))(set #Warning-Txt
(cat "Warning !\n\n\n"
"CYBERFORCE ( ecs ) hd-install done by DRACS of BAD KARMA requires 3 MB free on your disk \n\n"
"Think of it before destroying your disk...\n\n"
))(set #Path-Txt
(cat "Select the target directory. A directory CYBERFORCE will "
"be created there."
))(set #Path-Help
(cat "\nThis section lets you choose the "
"target directory to install CYBERFORCE ( ecs ) hd-install done by DRACS of BAD KARMA. \n\n"
"A directory CYBERFORCE will be created there.\n\n"
"Default is Work:\n\n\n"
@askdir-help
))
(set Assign-Help-Txt
(cat "\nA script located in the target directory wil make "
"the Assigns. The User-Startup will be patched in order "
"to call this script.\n\n\n"
@startup-help
))
; Main
(message #Intro-Txt)
(message #Warning-Txt)
(set target
(askdir (prompt #Path-Txt) (help #Path-Help) (default @default-dest) (newpath)
))
(set @default-dest target)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "CF:")
(dest (tackon target "CYBERFORCE"))
(pattern "#?")
)
(complete 33)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "CF2:")
(dest (tackon target "CYBERFORCE"))
(pattern "#?")
)
(complete 66)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "CF3:")
(dest (tackon target "CYBERFORCE"))
(pattern "#?")
)
(complete 100)