home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD2.iso / DEMOS / SD-FranticFacesPack02.DMS / SD-FranticFacesPack02.adf / FranTic_Faces_ScriPt next >
Encoding:
Text File  |  1995-01-26  |  904 b   |  50 lines

  1.     (complete 0)
  2.     (welcome)
  3.  
  4.  
  5.     (message "\nWelcome to the installation\n"
  6.               "of Frantic Faces from ShD.\n"
  7.           "The Packseries of Culture.\n\n\n"
  8.           "Done by\n\n"
  9.           "SART\n"
  10.           "of\n"
  11.           "Shrimps Design")
  12.  
  13.     (message
  14.       "\n"
  15.       "Frantic Faces will now enter your HD.\n"
  16.       "\n"
  17.       "If you dont want install the Packseries\n"
  18.       "on your bootpatition then select another\n"
  19.       "path and create a new directory.\n"
  20.       "Otherwise the installer installs the directory\n"
  21.       "with pack on your SYS: drive.\n"
  22.  
  23.     )
  24.  
  25.  
  26.   (copyfiles
  27.       (prompt "\nSelect Files to install:\n")
  28.       (help @copyfiles-help)
  29.       (source "SHD!FACES")
  30.       (dest   "sys:SHD!FACES")
  31.       (all )
  32.       (files)   
  33.       (infos)
  34.       
  35.       (confirm)
  36.     )
  37.  
  38.     (complete 80)
  39.   (copyfiles
  40.        (source "c/iconx")
  41.        (dest   "sys:c")
  42.     )
  43.  
  44.   (copyfiles
  45.        (source "c/show")
  46.        (dest   "sys:c")
  47.     )
  48.  
  49.     (complete 100)
  50.