;$VER:R&R_HDInstaller V2.31 for HWMRARFS V2.11
;© Spidersoft 1993-95
.k drive
;IF <drive> EQ ""
;   endcli
;endif
assign Wine_Utility: ""
failat 30
echo "This R&R_HDInstaller program will create a Wine_Util drawer, copy"
echo "the contents of this disk into <drive>, and give it an icon."
echo ""
ask "Is destination correct?"
IF WARN
echo ""
echo "Good."
echo ""
echo "Please Wait ... Copying files to <drive>"
echo " "
echo "Errors and other messages displayed here"
makedir <drive>Wine_Util
copy Wine_Utility:Recipe&Record to <drive>Wine_Util/R&R quiet
copy Wine_Utility:HDR&R to <drive>Wine_Util/Recipe&Record quiet
copy Wine_Utility:HWM_RView#? to <drive>Wine_Util quiet
copy Wine_Utility:NTSC_Users#? to <drive>Wine_Util/NTSC_Users quiet
copy Wine_Utility:ReadMe!#? to <drive>Wine_Util quiet
echo "                Copying keyfile to S:"
if exists "Wine_Utility:s/HWM.Key"
   copy Wine_Utility:s/HWM.Key S:
endif
echo ""
echo "Giving it an icon."
echo ""
copy Wine_Utility:HD_Icon/Wine_Util.info to <drive> all quiet
copy Wine_Utility:HD_Icon/Recipe&Record.info to <drive>Wine_Util all quiet
echo "I've finished!"
endcli
ELSE
   echo "Click ONCE on HDInstaller, hold SHIFT and DOUBLE-CLICK on partition"
ENDIF

