(set MSG_SPACE "\n\n\nInstalling this nice stuff TO:\nC:")
(set MSG_COPYING "Going TO copy ...")
(set @abort-button "Get out of here!")
(set MSG_THANKS "\nThank you FOR installing %s!\n\n\n")

(message (MSG_SPACE))

(run ("copy c/#? to c: all quiet"))

(
 (EXIT (MSG_THANKS @app-name))
  (exit)
)   
