home *** CD-ROM | disk | FTP | other *** search
- FailAt 20
-
- Ask "Would you like to install reqtools.library?"
- if not warn
- skip NOREQ
- endif
-
- If exists libs:reqtools.library
- Echo "reqtools.library already installed. This version was found:"
- Version LIBS:reqtools.library
- endif
- Ask "Would you like to install v38.39 of reqtools.library?"
- if not warn
- skip NOREQ
- endif
- copy :tools/libs/reqtools.library LIBS: quiet
-
- echo "*nInstallation completed."
- echo ""
-
- Lab NOREQ
- Lab END
- wait 2
-
-