home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 26
/
amigaformatcd26.iso
/
-screenplay-
/
hd_installers
/
suptennis2hd
/
installhd
next >
Wrap
Text File
|
1998-03-09
|
540b
|
27 lines
; SuperTennisChamps Hard Disk Install script
; by Woober/Inhumans
(complete 0)
(set @dest-dir
(askdir
(prompt "Please select the directory where you\n"
"would like to install SuperTennisChamps"
"NOTE: Make the directory before installing!"
"Ex. Makedir Work:Games/Tennis")
(help @askdir-help)
(default "dh1:Games/SuperTennisChamps")
)
)
(copyfiles
(prompt "")
(source "SuperTennisChamps:")
(dest @dest-dir)
(help @copyfile-help)
(infos)
(all)
)
(complete 100)