home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Amiga Shareware Floppies
/
ma20.dms
/
ma20.adf
/
BootScreen
/
Upgrade
< prev
next >
Wrap
Text File
|
1994-05-28
|
949b
|
48 lines
; Install script for BootScreen
; Copyright ©1994 by Joseph Luk, all rights reserved.
; $VER: BootScreen 2.00, BootScreenClose 2.00, BootScreen Prefs 2.00
(set #PRGVersion
("2.00")
)
(welcome
("This procedure is for users of older BootScreen versions. It will automatically remove old files and prepare you for BootScreen ")
(#PRGVersion)
("!\n\nThe recommended user level is \"Intermediate\".")
)
(set #choice
(askchoice
(prompt "Please select which version you are upgrading from:")
(help @askchoice-help)
(choices
("BootScreen 1.x (1.00, 1.01)");
("BootScreen37 1.x");
)
)
)
(select #choice
(
(delete "C:BootScreen")
(run "bin/c/Update1.x")
)
(
(delete "C:BootScreen37")
(run "bin/c/Update37")
)
)
; that's it!
(set @default-dest "SYS:")
(message
"All done!\n\n"
"You are now ready to run the main installation procedure."
)
(exit)