      (welcome "Welcome to the 'Starter' Installation!\n\nIt copies all neccessary files to\nthe right places.")

      (copyfiles
	       (prompt "Kopiere 'Close_Starter' in die\nWB-Startup Schublade (Nötig!)")
	       (source "wbstartup/Close_Starter")
	       (dest "sys:WBStartup/")
	       (confirm)
	       (infos)
	       (help @copyfiles-help)
      )

      (complete 25)

      (copyfiles
	(prompt "Soll die spezielle 'system-configuration'\nkopiert werden? (Empfohlen!)")
	(source "devs/system-configuration")
	(dest "devs:")
	(confirm)
	(help @copyfiles-help)
      )

      (complete 50)

      (copylib
	      (prompt "Kopiere 'Starter' nach c:")
	      (help @copylib-help)
	      (source "c/Starter")
	      (dest "C:")
      )

      (copylib
	      (prompt "Kopiere Library")
	      (help @copylib-help)
	      (source "libs/amos.library")
	      (dest "libs:")
      )

      (copyfiles
	       (prompt "Verdopple startup-sequence ")
	       (source "s:startup-sequence")
	       (help @copyfiles-help)
	       (dest "s:startup-seq")
	       (confirm)
      )

      (complete 100)

      (exit "Jetzt wie in der Anleitung beschrieben\ndie beiden 'Startup'-files ändern!")


