home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d7xx
/
d702
/
a-gene.lha
/
A-Gene
/
Install3
< prev
next >
Wrap
Text File
|
1992-08-03
|
398b
|
21 lines
echo "Copying fonts and Show to workbench disk"
if not exists s:mycols2
copy mycols2 to s:
endif
if not exists fonts:agene
copy fonts to fonts: all
endif
if not exists c:show
copy c/show to c:
endif
if not exists c:muchmore
copy :c/muchmore to c:
endif
if not exists c:format
copy c/format to c:
endif
copy a-geneparam.ntsc a-geneparam
echo
echo "Now you may click on A-Gene.Boot to start A-Gene"