home *** CD-ROM | disk | FTP | other *** search
- SRCHPATH is a tiny routine that finds out if a DOS filename is found along the
- current search path. To use the COM version (Turbo C) just type:
- SRCHPATH <filename>
- ...and SRCHPATH will reply with the full pathname or (NULL) if not found.
- Example:
- C>srchpath link.exe
- search for link.exe: C:\UTIL\link.exe
- C>srchpath lin.exe
- search for lin.exe: (null)
-
- The BIN version has a demo call SRCHPATH.PRG, you need dBASE to run it.
- RF
-