.K ""
IF EXISTS LIBS:req.library
   VERSION req.library 2 5
   IF WARN
      COPY req.library TO LIBS:
      ECHO "Updated your copy of the req.library to version 2.5"
   ELSE
      ECHO "You already have the correct version of req.library." 
   ENDIF
ELSE
   COPY req.library TO LIBS:
   ECHO "Copied the library 'Req.library' to your LIBS: directory."
ENDIF
