home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v4 / versioncopy / vcopy.install < prev    next >
Text File  |  1977-12-31  |  1KB  |  46 lines

  1. ;VCopy Installation Script.
  2. ;Copyright 1994 By Mikael Lund
  3. ;
  4. setenv ver 2 ;Version number
  5. setenv rev 0 ;Revision number
  6.  
  7. echo ""
  8. echo "               VERSIONCOPY V$ver.$rev INSTALL"
  9. echo "              ~~~~~~~~~~~~~~~~~~~~~~~~~~"
  10. echo "            Copyright 1994 By Mikael Lund "
  11. echo ""
  12. wait 3
  13.  
  14. if exists Envarc:Vcopy.dopus
  15.     version Envarc:Vcopy.dopus $ver $rev >NIL:
  16.      if not warn
  17.         echo "       You already have VCopy v$ver.$rev or higher          "
  18.         echo " Nothing was changed - Skippingm installation script   "
  19.         wait 4
  20.         quit
  21.      endif
  22.     echo "     You already have an older version of VCopy!      "
  23.     echo "                 It will be replaced                  "
  24.     echo ""
  25. endif
  26.  
  27. if exists Envarc:
  28.     echo "             ...Now Copying main data...              "
  29.     Copy VCopy.dopus to EnvArc:
  30.     Copy VCopy.dopus to Env:
  31.       if not warn
  32.         echo "                    Operation Ok                      "
  33.         echo " "
  34.       endif
  35. endif
  36. if not exists Envarc:
  37.     echo "     You do not have the Envarc: directory, where     "
  38.     echo "           VCopy.dopus should be installed            "
  39.     echo "        ...Please refer to the VCopy.Guide...         "
  40.     wait 4
  41.     quit
  42. endif
  43. echo "Installation completed - refer to the VCopy.Guide for "
  44. echo "     the DirectoryOpus part of the installation.      "
  45. wait 5
  46.