home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / RACONT.ZIP / LOAD.BAT < prev    next >
DOS Batch File  |  1991-01-25  |  408b  |  16 lines

  1. echo off
  2. echo                      FAST CONTEXTUAL SEARCH SYSTEM 
  3. echo             Copyright (c) Edward Guy P.Eng CDP 1987/8/9/90/1
  4. if not exist outfile.dct goto continue
  5. echo OUTFILE exists new file will be merged with it.
  6. echo should you not want this, please press [ctrl][C]
  7. echo to terminate, and delete or rename the old OUTFILE.*
  8. attrib -r outfile.*
  9. pause 
  10. :continue
  11. breakit
  12. index1 
  13. 
  14.  
  15.  
  16.