home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma35.dms / ma35.adf / LessMore / InstallLibs < prev    next >
Encoding:
Text File  |  1995-03-14  |  891 b   |  37 lines

  1. FailAt 20
  2.  
  3. Version >NIL: LIBS:reqtools.library 38
  4. If NOT WARN
  5.     Echo "You already got installed : " NOLINE
  6.     Version LIBS:reqtools.library
  7.     Echo "" NOLINE
  8.     Ask "Do you want to install version 38.854 of the reqtools.library?"
  9.     If NOT WARN
  10.         Skip NoReqTools
  11.     EndIf
  12. EndIf
  13.  
  14. Echo "*nCopying the reqtools.library to your LIBS: ..."
  15. Copy >NIL: Libs/reqtools.library TO LIBS:
  16.  
  17. Lab NoReqTools
  18.  
  19. Version >NIL: LIBS:powerpacker.library 35
  20. If NOT WARN
  21.     Echo "*nYou already got installed : " NOLINE
  22.     Version LIBS:powerpacker.library
  23.     Echo "" NOLINE
  24.     Ask "Do you want to install version 35.347 of the powerpacker.library?"
  25.     If NOT WARN
  26.         Skip NoPoPa
  27.     EndIf
  28. EndIf
  29.  
  30. Echo "*nCopying the powerpacker.library to your LIBS: ..."
  31. Copy >NIL: Libs/powerpacker.library TO LIBS:
  32.  
  33. Lab NoPoPa
  34. Avail > NIL: FLUSH
  35. Echo "*nDone."
  36. EndCLI > NIL:
  37.