home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo QuickRef (tm) Copyright (C) WaverlyStreet, 1997. All Rights Reserved.
- echo.
- echo Evaluation Version 1.0(E)
- echo.
- echo You should have the following files:
- echo.
- echo QR.EXE (the main program)
- echo VBDRT10.EXT (required run-time module)
- echo QRINST.EXE (an interactive installation utility)
- echo QUICKREF.MAN (the manual)
- echo QUICKREF.TXT (license information / description)
- echo TEMPLATE.MCR (a template macro file)
- echo STANDARD.FRM (record file header template/instructions)
- echo MY_NOTES.TXT (template personal instruction file)
- echo README.BAT (this file)
- echo ORDER.DOC (order form)
- echo SWAN.ICO (nifty waverlystreet windows icon)
- echo FILE_ID.DIZ
- echo.
- echo Change to the drive and directory containing these files and then
- echo type "qrinst", and press ENTER to read the manual and license
- echo information, and to (optionally) install QuickRef on your computer.
- echo To run the program, go to the directory where it is installed and type
- echo qr and press ENTER. Please read the manual and other documentation!
- pause
-