home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Power
/
AmigaPower37Disk1.ZIP
/
ap37-1.adf
/
s
/
startup-sequence
< prev
Wrap
Text File
|
1994-03-24
|
1KB
|
49 lines
c:Initlib >NIL:
s:APmenu
Failat 21
if not exists Banshee
echo "*n Please boot from the install disk*nor start the install from the workbench.*n"
quit
endif
echo "*ec*n*e[1;32m _____________________________________________________________________"
echo " *e[43m *e[0m"
echo " *e[0;32;43m Installer for Banshee *e[1m *e[0m"
echo " *e[1;4;43m *e[0m*n*n"
echo " This installer script is meant to be run on a WB3.0+ system, Therefore you"
echo " shouldn't even be able to get this far on a WB1.3 :-( system. Upgrade now,"
echo " it's well worth it!*n"
echo " This installation will create its own directory called 'Banshee' wherever"
echo " the specified install device is set to eg. DH0: DH1: RAM: etc. Use device"
echo " names only.*n"
assign t: ram:
assign env: ram:
lab loop
echo noline " Where shall I install Banshee? (a=abort) : "
get >nil: Device
if not warn
unset Device
endif
set > nil: Device ?
if $Device eq "a"
echo noline "*n*e[32m Install aborted.*n*e[0m"
quit
endif
if not exists $Device
echo "The Install path can't be found.*n"
skip back loop
endif
copy noreq all Banshee#? $Device
echo " Done.*n*n"
echo "To Run enter:"
echo " assign bans: [Device]:Banshee (Return) eg. assign bans: ram:banshee"
echo " bans:banshee (Return)"
echo "*nInstaller by Grants Computing.*n"