home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD2.iso / DEMOS / SHD-CrunchedChips4.lha / Crunched_Chips_ScriPt < prev    next >
Encoding:
Text File  |  1995-03-13  |  843 b   |  47 lines

  1.     (complete 0)
  2.     (welcome)
  3.  
  4.  
  5.     (message "\nWelcome to the installation\n"
  6.               "of Crunched Chips from ShD.\n"
  7.           "The Shrimps design Chipmag.\n\n\n"
  8.           "Done by\n\n"
  9.           "SART\n"
  10.           "of\n"
  11.           "Shrimps Design")
  12.  
  13.     (message
  14.       "\n"
  15.       "Crunched Chips will now enter your HD.\n"
  16.       "\n"
  17.       "If you dont want install the Magazine\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_CChips")
  30.       (dest   "sys:SHD_CChips")
  31.       (all )
  32.       (files)   
  33.       (infos)
  34.       
  35.       (confirm)
  36.     )
  37.  
  38.  
  39.     (complete 80)
  40.   (copyfiles
  41.        (source "c/iconx")
  42.        (dest   "sys:c")
  43.     )
  44.  
  45.  
  46.     (complete 100)
  47.