home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / codesrch.arj / READ.ME < prev   
Text File  |  1991-06-27  |  485b  |  14 lines

  1. PRGSRCH.EXE
  2. dBase IV Source Code Search Program
  3. Written By James Thomas A.K.A. Isprg Using Borland Turbo C
  4.  
  5. This is a C program that searches dBase IV source code, and lists
  6. any PROCEDURE, FUNCTION, or DO commands.  Each command that is found
  7. is listed on the screen along with the line number where it was found.
  8. The program format is as follows:
  9.  
  10.                            PRGSRCH <filename>
  11.  
  12. The filename must include the .PRG extenstion, and may include a path
  13. name.
  14.