Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!ihnp4!alberta!ubc-vision!uw-beaver!tikal!hplsla!davidr From: davidr@hplsla.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: path command for data files? Message-ID: <990005@hplsla.HP.COM> Date: Fri, 23-Jan-87 03:49:26 EST Article-I.D.: hplsla.990005 Posted: Fri Jan 23 03:49:26 1987 Date-Received: Sat, 24-Jan-87 19:39:54 EST References: <2587@ecsvax.UUCP> Organization: HP Lake Stevens Lines: 8 The program SEARCH is what I use. It only occupies about 1K of memory, intercepts requests for files before PATH does (as I have not figured out how to dynamically add or subtract one directory from the PATH command without having to retype the whole PATH line all over, I sometimes use SEARCH for adding an additional directory or two, as the program allows for its "paths" to be disabled), and seems to behave better than some other programs I have tried ( such as DPATH ). I got it from PC_SIG.