home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 45
/
Amiga_Dream_45.iso
/
Amiga
/
Workbench
/
demarrage
/
StartupPlus.lha
/
StartupPlus_1.52
/
Setup
< prev
next >
Wrap
AmigaDOS Script File
|
1997-10-06
|
1KB
|
58 lines
.key DUMMY
.bra {
.ket }
Failat 21
IF Exists sys:WBStartup
If Exists sys:WBStartup/StartupPlus
Echo ""
Echo "
StartupPlus Already Installed
"
Echo ""
Echo "Do you wish to continue installing StartupPlus v1.52?"
Ask "[y/n]"
If warn
Echo ""
Echo "
Your orignal icons will not be affected
"
Copy WBStartup/StartupPlus SYS:WBStartup/StartupPlus ALL
Copy Prefs/SUPPrefs SYS:Prefs/SUPPrefs ALL
Copy Docs/#? sys:Locale/English ALL
Copy Libs/#? Libs:
Copy Env/ ENV:
Copy Env/ ENVARC:
EndIf
EndIF
ELSE
Echo ""
Echo "To use StartupPlus as a WBStartup Manager the drawer WBStartupPlus"
Echo "must be present on your SYS: drive!"
Echo ""
Echo "Do you wish to Install StartupPlus as your WBStartup Manager?"
Ask "[y/n]"
If warn
Echo ""
Echo "
Installing StartupPlus v1.52
"
Copy WBStartup/ SYS:WBStartup ALL
Copy WBStartup.info SYS: ALL
Copy Prefs/ SYS:Prefs ALL
Copy Docs/#? sys:Locale/English ALL
Copy Libs/#? Libs:
Copy Env/ ENV:
Copy Env/ ENVARC:
EndIf
EndIf
Echo ""
Echo "Do you wish to edit you startup?"
Ask "[y/n]"
If warn
SYS:prefs/SUPPrefs
EndIf
Echo ""
Echo "Please read the docs on how to get StartupPlus to work"
Wait 1