home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / seac102.zip / SEARCH.DOC < prev    next >
Text File  |  1994-11-05  |  2KB  |  41 lines

  1. SEARCH --- Ver 1.02 --- By: Alan P. Summerlin -- 7/8/94
  2.  
  3. This is a utility that I originally wrote for my own personal use. It
  4. works like the NORTON UTILITIES 'FIle Find' (FF.EXE) but it is free!
  5. It reports the location of files no matter what directory they are 
  6. located in. Just pass it a single parameter (file name mask, any DOS 
  7. wild card is acceptable) and all matching files will be displayed. If 
  8. you want, the output can be saved to a file or printed by using the DOS 
  9. redirection operator.  Here's how:
  10.  
  11.          ie: SEARCH *.BAT > FILE.EXT  -- output goes to a file
  12.              SEARCH *.BAT > LPTx      -- output goes to LPTx
  13.                                          where x = 1, 2, or 3
  14.              SEARCH *.BAT             -- lists all batch files
  15.                                          on screen one page at
  16.                                          a time.
  17.  
  18. Although this software is copyrighted, I have decided to release it to
  19. the public domain (you may use it as long as you like, on as many
  20. computers as you like).  This is because it is so darn useful, I thought
  21. everyone should have a copy.
  22.  
  23. It has been tested on all types of systems, and has always worked
  24. flawlessly for me. If you have trouble using it on your system, I would
  25. like to know. Contact me at the address below.
  26.  
  27. This program was written in C and compiled with the Power C compiler.
  28. I have also compiled it with Borland Turbo C++. It should compile with 
  29. most any compiler with only minor adjustments required if any. If you 
  30. would like a copy of the source code, I will be glad to send it to you.  
  31. Just send me $3.50 to cover the cost of a disk (please specify format) 
  32. plus shipping and handling.  Along with your name and address (please 
  33. print). Also state that you are ordering 'SEARCH SOURCE CODE'.  Send 
  34. to:
  35.  
  36.                           Alan P. Summerlin
  37.                           P.O. Box 58252
  38.                           Raleigh, N.C. 27658
  39.  
  40. I hope you find this program useful!
  41.