PDA

View Full Version : search containing not working


Jamie Kitson
December 5th 03, 08:59 PM
Hi,

I think there is a way to make windows search "files
containing" of unknown extensions but I can't remember
how, can someone remind me please?

Thanks, Jamie

Wim
December 5th 03, 08:59 PM
Jamie Kitson wrote:
> Hi,
>
> I think there is a way to make windows search "files
> containing" of unknown extensions but I can't remember
> how, can someone remind me please?
>
> Thanks, Jamie

Start, Search, All files and Folders..., under Criteria the second box 'Word
or expresssion...'?

Patrick
December 5th 03, 08:59 PM
Jamie Kitson wrote:
> Hi,
>
> I think there is a way to make windows search "files
> containing" of unknown extensions but I can't remember
> how, can someone remind me please?
>
> Thanks, Jamie

If I understand you correctly, then you have only to replace the extension
with '*' (without the quotes).
Said also applies to unknown filename, ie;

name.* will find everything called 'name', whatever it's extension.

*.txt will find all files with extension 'txt'

*.* will find every file.

Google