home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / util / misc / UNeedThis.lha / Install_E < prev    next >
Encoding:
Text File  |  1997-01-17  |  300 b   |  14 lines

  1. (set MSG_SPACE "\n\n\nInstalling this nice stuff TO:\nC:")
  2. (set MSG_COPYING "Going TO copy ...")
  3. (set @abort-button "Get out of here!")
  4. (set MSG_THANKS "\nThank you FOR installing %s!\n\n\n")
  5.  
  6. (message (MSG_SPACE))
  7.  
  8. (run ("copy c/#? to c: all quiet"))
  9.  
  10. (
  11.  (EXIT (MSG_THANKS @app-name))
  12.   (exit)
  13. )   
  14.