home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / cbin.zip / SRCHPATH.DOC < prev    next >
Text File  |  1987-06-05  |  440b  |  13 lines

  1. SRCHPATH is a tiny routine that finds out if a DOS filename is found along the
  2. current search path.  To use the COM version (Turbo C) just type:
  3. SRCHPATH <filename>
  4. ...and SRCHPATH will reply with the full pathname or (NULL) if not found.
  5. Example:
  6. C>srchpath link.exe
  7. search for link.exe: C:\UTIL\link.exe
  8. C>srchpath lin.exe
  9. search for lin.exe: (null)
  10.  
  11. The BIN version has a demo call SRCHPATH.PRG, you need dBASE to run it.
  12. RF
  13.