home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 1 / ACE CD 1.iso / files / utils / adorage2.dms / in.adf / _HDInstall next >
Encoding:
Text File  |  1993-09-21  |  2.8 KB  |  103 lines

  1. ECHO "====================================================="
  2. ECHO "== ADORAGE-AGA © 1991-1993 by proDAD               =="
  3. ECHO "====================================================="
  4. ECHO " "
  5.  
  6. IF EXISTS clssa
  7.   ECHO "---------------------------------------------------"
  8.   ECHO "---------------------------------------------------"
  9.   ECHO " Please place the HDInstall icon where you wish "
  10.   ECHO " to install ADORAGE on your hard drive."
  11.   ECHO " Double clicking on the icon will then start the"
  12.   ECHO " installation process. A drawer will be created"
  13.   ECHO " into which ADORAGE will be installed."
  14.   ECHO "---------------------------------------------------"
  15.   ECHO "---------------------------------------------------"
  16.   Wait 20
  17. ELSE
  18.   ECHO "---------------------------------------------------"
  19.   ECHO "---------------------------------------------------"
  20.   ECHO " ADORAGE will now be installed on your hard drive."
  21.   ECHO "---------------------------------------------------"
  22.   ECHO "---------------------------------------------------"
  23.  
  24.   FailAt 21
  25.  
  26.   Delete >NIL: HDInstall#?
  27.  
  28.  
  29. ;---------------------- ADORAGE ------------------
  30.   IF NOT EXISTS ADORAGE/Script
  31.     IF EXISTS /ADORAGE/Script
  32.       cd /
  33.     ENDIF
  34.   ENDIF
  35.  
  36.  
  37.  
  38.   IF NOT EXISTS ADORAGE/Script
  39.     MakeDir ADORAGE
  40.     COPY ADORAGE-Disk:SSA-Anim.info  ADORAGE.info
  41.   ENDIF
  42.   cd ADORAGE
  43.  
  44.  
  45.  
  46.   IF NOT EXISTS Script
  47.     MakeDir Script
  48.   ENDIF
  49.  
  50.   IF NOT EXISTS SSA-Anim
  51.     MakeDir SSA-Anim
  52.   ENDIF
  53.  
  54.   IF NOT EXISTS Images
  55.     MakeDir Images
  56.   ENDIF
  57.  
  58.   COPY ADORAGE-Disk:Script           Script all
  59.   COPY ADORAGE-Disk:Images           Images all
  60.  
  61.  
  62.   COPY ADORAGE-Disk:Script.info      Script.info
  63.   COPY ADORAGE-Disk:SSA-Anim.info    SSA-Anim.info
  64.   COPY ADORAGE-Disk:Images.info      Images.info
  65.  
  66.   COPY ADORAGE-Disk:SSA-Anim         SSA-Anim all
  67.  
  68.   COPY ADORAGE-Disk:ADORAGE#?        /ADORAGE
  69.   COPY ADORAGE-Disk:ado.#?           /ADORAGE
  70.   COPY ADORAGE-Disk:_PREFS           /ADORAGE
  71.  
  72.   COPY ADORAGE-Disk:SSADemo#?        /ADORAGE
  73.   COPY ADORAGE-Disk:ADOPlay#?        /ADORAGE
  74.  
  75.   COPY ADORAGE-Disk:ReadMe#?         /ADORAGE
  76.  
  77.  
  78.  
  79.  
  80. ;---------------------- End ------------------
  81.  
  82.   ECHO "*E[0;0H*E[J* "
  83.   ECHO " this window will close automatically in 20 seconds."
  84.   ECHO "---------------------------------------------------"
  85.   ECHO "---------------------------------------------------"
  86.   ECHO " ADORAGE is now installed on your hard disk."
  87.   ECHO " "
  88.   ECHO "   Please note the ReadMe icon on this disk!"
  89.   ECHO "   Please note the ReadMe icon on this disk!"
  90.   ECHO "   Please note the ReadMe icon on this disk!"
  91.   ECHO " "
  92.   ECHO " Double clicking on the ReadMe icon will list very"
  93.   ECHO " important Informationen."
  94.   ECHO " "
  95.   ECHO "---------------------------------------------------"
  96.   ECHO "---------------------------------------------------"
  97.   ECHO " "
  98.   ECHO " proDAD hopes you will enjoy yourself."
  99.   Wait 20
  100. ENDIF
  101.  
  102. EndCli
  103.