home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
biz
/
dbase
/
genealogist
/
install
< prev
next >
Wrap
AmigaDOS Script File
|
1994-05-21
|
691b
|
32 lines
.key none
.bra {
.ket }
echo "======================================================="
echo " Scion Genealogist Install"
echo "======================================================="
echo ""
failat 21
version >NIL: LIBS:amigaguide.library 34 11
if warn
failat 10
ask "Do you want to install 'amigaguide.library' (Y/N)?"
if warn
failat 21
echo "Installing amigaguide.library version 34.11"
copy amigaguide.library libs: clone
endif
endif
failat 10
ask "Do you want to install 'sciongen.font' (Y/N)?"
if warn
failat 21
echo "Installing 'sciongen.font'"
copy sciongen#? FONTS: all clone
endif
failat 10
echo "Done. Finishing up..."
wait 1