FailAt 20

Version > NIL: reqtools.library 37
If NOT WARN
    Echo "You already got installed : [1m" NOLINE
    Version reqtools.library
    Echo "[0m" NOLINE
    Ask "Do you want to install version [1m37.726[0m of the reqtools.library?"
    If NOT WARN
        Skip NoReq
    EndIf
EndIf

Echo "*nCopying the reqtools.library to your LIBS: ..."
Copy > NIL: libs/reqtools.library TO LIBS:

Lab NoReq

Version > NIL: nofrag.library 2
If NOT WARN
    Echo "*nYou already got installed : [1m " NOLINE
    Version nofrag.library
    Echo "[0m" NOLINE
    Ask "Do you want to install version [1m2.2[0m of the nofrag.library?"
    If NOT WARN
        Skip NoFrag
    EndIf
EndIf

Echo "*nCopying the nofrag.library to your LIBS: ..."
Copy > NIL: libs/nofrag.library TO LIBS:

Lab NoFrag

Version > NIL: powerpacker.library 35
If NOT WARN
    Echo "*nYou already got installed : [1m" NOLINE
    Version powerpacker.library
    Echo "[0m" NOLINE
    Ask "Do you want to install version [1m35.274[0m of the powerpacker.library?"
    If NOT WARN
        Skip NoPP
    EndIf
EndIf

Echo "*nCopying the powerpacker.library to your LIBS: ..."
Copy > NIL: libs/powerpacker.library TO LIBS:

Lab NoPP
Avail > NIL: FLUSH
Echo "*nDone."
EndCLI > NIL:
