home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / boot / starter / installation < prev    next >
Encoding:
Text File  |  1996-12-10  |  1.1 KB  |  46 lines

  1.       (welcome "Welcome to the 'Starter' Installation!\n\nIt copies all neccessary files to\nthe right places.")
  2.  
  3.       (copyfiles
  4.     (prompt "Copy the 'blackout'-system-configuration?\n(Not really neccesary)")
  5.     (pattern "#?")
  6.     (source "devs/")
  7.     (dest "devs:")
  8.     (confirm)
  9.     (help @copyfiles-help)
  10.       )
  11.  
  12.       (set no
  13.       (askchoice
  14.     (default 2)
  15.     (prompt "Install which scheme?")
  16.     (choices "0" "1" "2" "3")
  17.     (help @askchoice-help)
  18.       ))
  19.  
  20.       (copyfiles
  21.         (prompt (cat "Copying starter.pic/.prefs to s:" no))
  22.         (pattern "starter.(iff|prefs)")
  23.         (source (cat no "/"))
  24.         (dest "s:")
  25.         (help @copyfiles-help)
  26.       )
  27.  
  28.       (copylib
  29.           (prompt "Copying 'Starter' to c:")
  30.           (help @copylib-help)
  31.           (source "c/Starter")
  32.           (dest "C:")
  33.       )
  34.  
  35.       (copyfiles
  36.            (prompt "Copying 'startup-sequence'\nto 'starter-sequence'")
  37.            (source "s:startup-sequence")
  38.            (dest "s:starter-sequence")
  39.            (help @copyfiles-help)
  40.       )
  41.  
  42.       (complete 100)
  43.  
  44.       (exit "Now change 's:startup-sequence'\nand 's:starter-sequence' as\ndescribed in the manual\nand you're ready to reboot...")
  45.  
  46.