home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / utils / cdf / readme < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.0 KB  |  24 lines

  1. I was going crazy trying to figure out what I had on my set of Walnut
  2. Creek CD-ROMs.  Grep didn't tell me what directory a file was in, and
  3. my wimpy computer had a tough time running "view" or "less" to my
  4. satisfaction.  So, I knocked out this greppish utility.  This has been
  5. no end of pleasure for me, and has helped me find tools and sources and
  6. gifs in seconds.
  7.  
  8. Command syntax is:  cdf [pattern] {indexfile}
  9.  
  10.             where:  pattern is a case-insensitive pattern to find in
  11.                       the index file.
  12.             indexfile is an override of the built-in index
  13.               file pathnames of index.txt and 00_index.txt.
  14.  
  15. Before you run it, set an environmental variable of CDROOT that will
  16. contain the full path to the CD-ROM drive root directory.  On my
  17. machine I use "set CDROOT=G:\" in autoexec.bat for this.  Enjoy.
  18.  
  19. Please feel free to distribute this in whole or part to anyone that
  20. you even suspect might need it.  MSC 6.00a was used for the compile
  21. and link with no special flags.
  22.  
  23. -Les Biffle  (les@anasazi.com)
  24.