home *** CD-ROM | disk | FTP | other *** search
/ PC User 1997 July / PCU_JULY97.ISO / general / dos / quickref / readme.bat < prev    next >
Encoding:
DOS Batch File  |  1997-04-05  |  1.1 KB  |  28 lines

  1. @echo off
  2. cls
  3. echo     QuickRef (tm) Copyright (C) WaverlyStreet, 1997. All Rights Reserved.
  4. echo.
  5. echo Evaluation Version 1.0(E)
  6. echo.
  7. echo You should have the following files:
  8. echo.
  9. echo QR.EXE         (the main program)
  10. echo VBDRT10.EXT    (required run-time module)
  11. echo QRINST.EXE     (an interactive installation utility)
  12. echo QUICKREF.MAN   (the manual)
  13. echo QUICKREF.TXT   (license information / description)
  14. echo TEMPLATE.MCR   (a template macro file)
  15. echo STANDARD.FRM   (record file header template/instructions)    
  16. echo MY_NOTES.TXT   (template personal instruction file)
  17. echo README.BAT     (this file)
  18. echo ORDER.DOC      (order form)
  19. echo SWAN.ICO       (nifty waverlystreet windows icon)
  20. echo FILE_ID.DIZ
  21. echo.
  22. echo Change to the drive and directory containing these files and then
  23. echo type "qrinst", and press ENTER to read the manual and license
  24. echo information, and to (optionally) install QuickRef on your computer.
  25. echo To run the program, go to the directory where it is installed and type
  26. echo qr and press ENTER. Please read the manual and other documentation!
  27. pause
  28.