home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_2.iso / files / 754b.lha / SoftLock_v1.0.2 / Install next >
Text File  |  2001-02-25  |  369b  |  16 lines

  1. .K ""
  2. echo "This script will copy the SoftLock executable to your sys:c directory."
  3.  
  4. FailAt 20
  5.  
  6. ask "Do you wish to continue with the installation? [y/n]"
  7.  
  8. if warn
  9.     copy SoftLock sys:c/SoftLock
  10.     echo "Copy done."
  11.     echo "You still need to read the Installation section of the documentation."
  12. endif
  13.  
  14. echo "Click close gadget to get rid of window."
  15. endcli > nil:
  16.