home *** CD-ROM | disk | FTP | other *** search
/ Hacker Chronicles 2 / HACKER2.BIN / 997.README.BAT < prev    next >
DOS Batch File  |  1986-03-29  |  609b  |  18 lines

  1. echo off
  2. cls
  3. echo One moment ...
  4. qd
  5. pause
  6. cls
  7. echo You may install QDups by including the following SET strings in the
  8. echo DOS environment:
  9. echo .
  10. echo    SET QD=C:\SUB_DIR    /* creates a path for storing QDUPS.LST files */
  11. echo    SET QD=;C         /* supresses colour for those using composite video */
  12. echo    SET QD=C:\SUB_DIR;C  /* combines both options */
  13. echo .
  14. echo Program Notes:  QDups is written in Microsoft 'C' V3.0 and Assembler
  15. echo .
  16. echo The author is a programmer consultant specializing in database applications
  17. echo and is available at reasonable rates for any custom programming.
  18.