.key BV,param2
.bra {
.ket }

if "{BV}" eq ""
   echo "  Please enter you hard disk after script name. eg X hdinstall dh0:"
   skip cancel
endif

if not "{param2}" eq ""
   echo "Path names with spaces must be enclosed in double quotes."
   skip cancel
endif

echo "*Ec "
echo "                BLIP-VERTS #4 HARD DISK INSTALLATION SCRIPT"
echo "           This script will copy BLIP-VERTS to your hard drive."
echo "A new directory will be created called 'BV4' on the Volume you have specified"
echo " "
Ask "Are you sure you want to install Blip-Verts #4 on your hard???(Y or N) :"
   if not warn
        echo "Ok, Installation cancelled (WIMP!!)"
        skip cancel
   endif

echo "Installing Blip-Verts and associated files to *"{BV}BV4*"."

echo "Creating 'BV4' directory to place the mag!..."
   makedir {BV}BV4
   makedir {BV}BV4/ARTICLE
echo " "
echo "Copying the files now, hold on a tic..."
copy BlipVerts_#4:BLIPVERTS4 {BV}bv4
copy BlipVerts_#4:BLIPVERTS4.info {BV}bv4
copy BlipVerts_#4:article/#? {BV}bv4/article
copy BlipVerts_#4:s/BV4.info {BV}
echo " "
echo " "
echo " "
echo " "
echo "                     Blip-Verts installation finished."

echo ""
echo "  Okay, all done.  To run Blip-Verts 4 just CD to the 'BV4' dir and type"
echo "BLIPVERTS4 to run. or if you're a Workbench user, double click on the BV4"
echo "           drawer and then double click on the BLIPVERTS4 icon."
echo " "
echo "               [> Installation Script by Wiz of Oz/Decay <]"
echo "                          ©1992 Decay Productions"

lab cancel

