home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / games / viper_aga.lha / Viper / LibInstall < prev    next >
Text File  |  1994-10-27  |  649b  |  30 lines

  1. ;;
  2. ;;  $Filename: HDInstall $
  3. ;;  $Id: HDInstall, v1.1 10/14/94 $
  4. ;;  $Date: 10/14/94 $
  5. ;;  $Revision: 1.1 $
  6. ;;
  7.  
  8. ;(set @user-level 3)    ; force to not display user type
  9. (complete 0)
  10.  
  11. (message "This script will install the latest version of iff.library to "
  12.      "LIBS:.  If you have the current version, nothing will be done."
  13. )
  14.  
  15. ; copy library if needed
  16. (copylib
  17.     (confirm)
  18.     (prompt "Should I replace your iff.library with a new one.")
  19.     (help "Viper comes with the freely distributable iff.library v23.2."
  20.         "It is sugested you replace your version if it is "
  21.         "less than that.")
  22.     (source "Libs/iff.library")
  23.     (dest "Libs:")
  24. )
  25.  
  26. (complete 100)
  27.  
  28. (exit)
  29.  
  30.