echo "This R&R_HDInstaller program will copy the contents of"
echo "this disk into the Ram Disk, and give it an icon."
echo "You can then drag it into your hard disk directory, at"
echo "the position you want it. (Remember to copy 'AMOS_System'"
echo "Into the root directory of the Hard Drive partition that"
echo "you put Wine_Util into."
echo ""
echo "YOU NEED 1 MEG (MINIMUM) OF RAM TO USE THIS PROGRAM"
echo ""
echo "Ready?"
wait sec=2 secs
echo ""
echo "Good."
echo ""
makedir ram:Wine_Util
copy Wine_Utility: to ram:Wine_Util all
delete ram:wine_util/amos_system all
copy wine_utility:AMOS_System to ram:AMOS_System all
echo ""
echo "Giving it an icon."
echo ""
copy ram:Wine_Util/HD_Icon to ram: all
echo ""
echo "Deleting unwanted stuff off of the Ram Disk."
echo ""
delete ram:wine_util/C all
delete ram:wine_util/devs all
delete ram:wine_util/libs all
delete ram:wine_util/l all
delete ram:wine_util/s all
delete ram:wine_util/t all
delete ram:wine_util/R&R_HDInstaller
delete ram:wine_util/r&r_hdinstaller.info
delete ram:wine_util/hd_icon all
delete ram:wine_util/prefs all
echo ""
echo "Copying VERY important stuff onto your boot disk."
echo "(I sure hope you booted up with your hard disk!)"
echo ""
copy wine_utility:l/fastfilesystem to sys:c
copy wine_utility:libs/iffparse.library to sys:libs
copy wine_utility:libs/mathieeedoubbas.library to sys:libs
copy wine_utility:libs/mathtrans.library to sys:c
copy wine_utility:c/showanim to sys:c
echo ""
echo "I've finished!"
echo "Now all you have to do is drag the icon from the Ram Disk"
echo "to your Hard Disk directory and add two ASSIGN commands"
echo "to your startup-sequence, as follows:"
echo ""
echo "Assign Wine_Utility: [Complete Path Of Recipe&Record]"
echo "                     [Including The 'Wine_Util'     ]"
echo "                     [Directory.                    ]"
echo ""
echo "Assign Saved:        [See Above For What To Put Here]"
echo ""
echo "Thankyou for watching, please come again!"
wait sec=30 secs


