home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / txttools / view.lha / InstallLibs < prev    next >
Text File  |  1992-05-15  |  1KB  |  56 lines

  1. .K ""
  2. FailAt 20
  3.  
  4. Version > NIL: nofrag.library 2
  5. If NOT WARN
  6.     Echo "You already got installed : " NOLINE
  7.     Version nofrag.library
  8.     Echo "" NOLINE
  9.     Ask "Do you want to install version 2.2 of the nofrag.library?"
  10.     If NOT WARN
  11.         Skip NoFrag
  12.     EndIf
  13. EndIf
  14.  
  15. Echo "*nCopying the nofrag.library to your LIBS: ..."
  16. Copy > NIL: libs/nofrag.library TO LIBS:
  17.  
  18. Lab NoFrag
  19.  
  20. Version > NIL: powerpacker.library 35
  21. If NOT WARN
  22.     Echo "*nYou already got installed : " NOLINE
  23.     Version powerpacker.library
  24.     Echo "" NOLINE
  25.     Ask "Do you want to install version 35.274 of the powerpacker.library?"
  26.     If NOT WARN
  27.         Skip NoPP
  28.     EndIf
  29. EndIf
  30.  
  31. Echo "*nCopying the powerpacker.library to your LIBS: ..."
  32. Copy > NIL: libs/powerpacker.library TO LIBS:
  33.  
  34. Lab NoPP
  35.  
  36. Version > NIL: reqtools.library 37
  37. If NOT WARN
  38.     Echo "*nYou already got installed : " NOLINE
  39.     Version reqtools.library
  40.     Echo "" NOLINE
  41.     Ask "Do you want to install version 37.726 of the reqtools.library?"
  42.     If NOT WARN
  43.         Skip NoRT
  44.     EndIf
  45. EndIf
  46.  
  47. Echo "*nCopying the reqtools.library to your LIBS: ..."
  48. Copy > NIL: libs/reqtools.library TO LIBS:
  49.  
  50. Lab NoRT
  51.  
  52. Avail > NIL: FLUSH
  53. Echo "*nDone."
  54. Wait 3
  55. EndCLI > NIL:
  56.