home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
bazy
/
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."