To: opendos AT mail DOT tacoma DOT net Subject: Re: [opendos] FSSTND Message-ID: <19970316.130737.4935.0.chambersb@juno.com> References: <199703132128 DOT WAA18063 AT magigimmix DOT xs4all DOT nl> <332B8679 DOT 76EA AT ibm DOT net> From: chambersb AT juno DOT com (Benjamin D Chambers) Date: Sun, 16 Mar 1997 16:04:48 EST Sender: owner-opendos AT mail DOT tacoma DOT net Precedence: bulk On Sat, 15 Mar 1997 23:34:49 -0600 Jeff Harlow writes: >Benjamin D Chambers wrote: >> >> On Fri, 14 Mar 1997 00:09:34 -0600 Jeff Harlow >writes: >> >Try dir c:\pkunzip.* /s to find all occurrences on drive C: >> >> That'll search for c:\pkunzip.exe in every subdirectory, which is >not >> what's wanted. Try: > >You might be right. The person wrote they were looking for PKUNZIP >but >may have meant PKZIP or something else. Not what I meant - I was worried about having the c:\ in there, but I just tried it and dir strips the path and just uses the filename. >> dir pk*.exe /s >> to find al pkutils (pk(un)zip). > >Doesn't find PKUNZJR.COM on my computer; I know it's there somewhere. >:) Then use .* instead of .exe :) ...Chambers > >Jeff Harlow > > >