; Install script for FS v0.0b by Martin Kuchinka NoTek 19.7.1996
; Main Installation program ********************************

(message "\nHallo everybody!!!\n"
         "This script will install\n\n"
         "FS v0.0b\n\nby Martin Kuchinka\n\n\n")

(complete 0)

(copyfiles
  (prompt "Now I will copy the executahle FS to your C:\n")
  (source "")
  (pattern "FS")
  (dest "C:")
  (confirm)
  (help "Try to guess it")
)

(complete 40)

(copyfiles
  (prompt "Now I will copy the S/FS.data to your S:")
  (source "S")
  (pattern "FS.data")
  (dest "S:")
  (confirm)
  (help "Try to guess it")
)

(complete 70)

(copyfiles
  (prompt "Now I will copy then GetLMB to your C:")
  (source "")
  (pattern "GetLMB")
  (dest "C:")
  (confirm)
  (help "Try to guess it")
)

(complete 100)

