home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
biz
/
amigaworld-4.32.lha
/
AmigaWorld
/
HD-Install
< prev
next >
Wrap
Text File
|
1995-01-10
|
436b
|
18 lines
.K ""
ask "Do you wish to install AmigaWorld on your hard disk dh0:?"
if warn
echo "O.k. - Let's go!"
makedir dh0:AmigaWorld
assign aw: dh0:AmigaWorld
copy AmigaWorld: to aw: all
copy AwoData: to aw: all
delete aw:Disk.info
delete aw:c all
delete aw:Fonts all
delete aw:Inha#?
delete aw:Cont#?
copy English.info aw:/AmigaWorld.info
echo "All done."
endif
echo "Click the close gadget to get rid of this window."