home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD2.iso / DEMOS / OVL-MM95.LHA / Install.script < prev    next >
Encoding:
Text File  |  1996-01-13  |  1.5 KB  |  59 lines

  1. ; $VER: Install v1.0
  2. ; Installer Script for Overlords Megamix 1995
  3. ; Written by pHANTOm/cOOl cORONa BBS +31-50-3134058
  4.  
  5.  
  6.  
  7. (complete 0)
  8.  
  9.  (message
  10.   "\nWelcome to the Install script for the Overlords\n"
  11.   "Megamix 1995 ! Modules created by Blackbird/oVl\n"
  12.   "This Program can be freely distributed for\n"
  13.   "non-commercial purposes, as long as all the files\n"
  14.   "in the original archive are present and have not\n"
  15.   "been modified in any way.\n\n\n"
  16.   "Do you like our work? Show Your appreciation\n"
  17.   "and give our boards a call:\n\n"
  18.   "oVl wORLd HQ cOOL cORONa +31-50-3134058\n"
  19.   "oVl mUSIc HQ tHUNDERDOMe +31-50-3188054\n"
  20.  )
  21.  
  22.  (set txt_AbortMsg
  23.   "Abort Install mEGAMIx 1995 "    ;Abort Message
  24.  )
  25.  (set txt_Install                  ;set Install Button
  26.   "Install"
  27.  )
  28.  (set txt_Cancel                   ;set cancel Button
  29.   "Cancel"
  30.  )
  31.  
  32. (complete 10)                      ;display the install completion in %
  33.  (set dest1 
  34.    "sys:oVERLORDs")                       
  35.  
  36.  (makedir "sys:oVERLORDs")
  37.  
  38. (complete 20)
  39.  (copyfiles
  40.   (source "Overlords"
  41.     (dest dest1)
  42.     (infos)
  43.         (all)
  44.   )
  45.  )
  46.  
  47. (complete 100)
  48.  
  49.     (message
  50.      "\n\n\n\nThank you for Installing the Overlords\n"
  51.      "mEGAMIx 1995... We hope you'll like it as much\n"
  52.      "as we do... Now go to the Overlords dir\n"
  53.      "and double-click the Megamix icon!\n\n"
  54.    "Sit Back & Enjoy the next 15.17 minutes\n\n"
  55.    "signed,\n"
  56.    "pHANTOm - pROSATANOs - gIz - bLACKBIRd - rAm\n"
  57.     )
  58. (EXIT "Program wont work? Try turning of the data-caches\n\nHave a happy new year...")