Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Finding multiple file extensions

Closed Thread
 
Thread Tools Display Modes
Old 09-25-2007   #1 (permalink)
Fimble
Guest


 

Finding multiple file extensions

I'm using Vista and am unable to figure out how to find a set of files that
have certain file extensions. In XP, I would search a folder and type:

*.exe;*.txt;*.whatever

to find all files with those extensions in a folder. How do I do this in
Vista?

Thanks for the help!
Old 09-25-2007   #2 (permalink)
Dave Wood [MS]
Guest


 

Re: Finding multiple file extensions

You are looking for files that are either .exe, or .txt etc? Use the OR
keyword {in capitals} to search for files matching any one term in the
search box:

*.exe OR *.txt OR *.whatever


"Fimble" <Fimble@xxxxxx> wrote in message
news:9F2AC41A-464E-4E88-A80B-B141420AF1BD@xxxxxx
Quote:

> I'm using Vista and am unable to figure out how to find a set of files
> that
> have certain file extensions. In XP, I would search a folder and type:
>
> *.exe;*.txt;*.whatever
>
> to find all files with those extensions in a folder. How do I do this in
> Vista?
>
> Thanks for the help!
Old 09-25-2007   #3 (permalink)
Fimble
Guest


 

Re: Finding multiple file extensions

Thanks!

Old 03-13-2008   #4 (permalink)
KeithHoward
Guest


 

Re: Finding multiple file extensions


When you search for *.xls, you also get *.xlsx files. This is not the
end of the world, because you can sort by the Type column and easily
view a list of all *.xls files. However, if you have hundreds of
thousands of both, it would be helpful just to see the *.xls files.

Is this possible?


--
KeithHoward
Posted via http://www.vistaheads.com

Old 03-13-2008   #5 (permalink)
Keith Miller \(MVP\)
Guest


 

Re: Finding multiple file extensions

in the Search box, use:

="*.xls"

--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"KeithHoward" <KeithHoward.367tc7@xxxxxx-mx.forums.vistaheads.com> wrote in
message news:KeithHoward.367tc7@xxxxxx-mx.forums.vistaheads.com...
Quote:

>
> When you search for *.xls, you also get *.xlsx files. This is not the
> end of the world, because you can sort by the Type column and easily
> view a list of all *.xls files. However, if you have hundreds of
> thousands of both, it would be helpful just to see the *.xls files.
>
> Is this possible?
>
>
> --
> KeithHoward
> Posted via http://www.vistaheads.com
>
Old 03-13-2008   #6 (permalink)
KeithHoward
Guest


 

Re: Finding multiple file extensions


Keith Miller \(MVP\);729038 Wrote:
Quote:

> in the Search box, use:
>
> ="*.xls"
>
> --
> Good Luck,
>
> Keith
> Microsoft MVP [Windows Shell/User]
>
>
>
> "KeithHoward" <KeithHoward.367tc7@xxxxxx-mx.forums.vistaheads.com> wrote in
> message news:KeithHoward.367tc7@xxxxxx-mx.forums.vistaheads.com...
Quote:

> >
> > When you search for *.xls, you also get *.xlsx files. This is not the
> > end of the world, because you can sort by the Type column and easily
> > view a list of all *.xls files. However, if you have hundreds of
> > thousands of both, it would be helpful just to see the *.xls files.
> >
> > Is this possible?
> >
> >
> > --
> > KeithHoward
> > Posted via http://www.vistaheads.com
> >
Sweet. Thank you Keith.

- Keith

P.S. Is there a documentation link on these neat little tricks like =
and OR? All the best.


--
KeithHoward
Posted via http://www.vistaheads.com

Old 03-13-2008   #7 (permalink)
Malke
Guest


 

Re: Finding multiple file extensions

KeithHoward wrote:

Quote:

>
> P.S. Is there a documentation link on these neat little tricks like =
> and OR? All the best.
>
>
Take your choice:
http://www.google.com/search?hl=en&q...=Google+Search

The magic word is "Boolean".

Malke
--
MS-MVP
Elephant Boy Computers
www.elephantboycomputers.com
Don't Panic!
Old 03-13-2008   #8 (permalink)
KeithHoward
Guest


 

Re: Finding multiple file extensions


Malke;729598 Wrote:
Quote:

> KeithHoward wrote:
>
>
Quote:

> >
> > P.S. Is there a documentation link on these neat little tricks like =
> > and OR? All the best.
> >
> >
>
> Take your choice:
> 'boolean search - Google Search' (http://tinyurl.com/yvyfjk)
>
> The magic word is "Boolean".
>
> Malke
> --
> MS-MVP
> Elephant Boy Computers
> 'index' (http://www.elephantboycomputers.com)
> Don't Panic!
Thanks. On some of those links, it was not immediately clear that those
boolean operators work in Windows Explorer searching, but I'll
experiment. Also, is = really a boolean operator? Anyway, I'll start
with AND, OR, and NOT. Regards, Keith


--
KeithHoward
Posted via http://www.vistaheads.com

Old 03-13-2008   #9 (permalink)
Keith Miller \(MVP\)
Guest


 

Re: Finding multiple file extensions

Here are some:

http://msdn2.microsoft.com/en-us/library/bb266512.aspx

http://www.microsoft.com/windows/des.../advanced.mspx

http://www.microsoft.com/windows/pro.../advquery.mspx

Lots of repetition among the three articles. But not much about '=' and
more importantly, '~'

If you were searching for filenames with parentheses in the name, the
following don't give accurate results:

name:"*(*)*"
name:="*(*)*"

you need to use:

name:~"*(*)*"



--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"KeithHoward" <KeithHoward.368a06@xxxxxx-mx.forums.vistaheads.com> wrote in
message news:KeithHoward.368a06@xxxxxx-mx.forums.vistaheads.com...
Quote:

>
> Keith Miller \(MVP\);729038 Wrote:
Quote:

>> in the Search box, use:
>>
>> ="*.xls"
>>
>> --
>> Good Luck,
>>
>> Keith
>> Microsoft MVP [Windows Shell/User]
>>
>>
>>
>> "KeithHoward" <KeithHoward.367tc7@xxxxxx-mx.forums.vistaheads.com> wrote in
>> message news:KeithHoward.367tc7@xxxxxx-mx.forums.vistaheads.com...
Quote:

>> >
>> > When you search for *.xls, you also get *.xlsx files. This is not the
>> > end of the world, because you can sort by the Type column and easily
>> > view a list of all *.xls files. However, if you have hundreds of
>> > thousands of both, it would be helpful just to see the *.xls files.
>> >
>> > Is this possible?
>> >
>> >
>> > --
>> > KeithHoward
>> > Posted via http://www.vistaheads.com
>> >
> Sweet. Thank you Keith.
>
> - Keith
>
> P.S. Is there a documentation link on these neat little tricks like =
> and OR? All the best.
>
>
> --
> KeithHoward
> Posted via http://www.vistaheads.com
>
Old 03-15-2008   #10 (permalink)
KeithHoward
Guest


 

Re: Finding multiple file extensions


Keith,

Yet again you've come through. Thank you, especially for the morsel on
use of ~.

Kind regards,

London Keith


--
KeithHoward
Posted via http://www.vistaheads.com

Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Get-Childitem filter files with multiple extensions? akcorr PowerShell 5 07-16-2008 12:55 PM
Opening Multiple Files w/ Different Extensions brianfour4 Vista performance & maintenance 0 12-10-2007 02:58 PM
File Extensions Chance Vista General 2 06-24-2007 03:17 PM
Search for Multiple Extensions Dewg Vista General 3 06-14-2007 06:01 PM
-filter multiple file extensions $hay PowerShell 2 01-16-2007 03:38 AM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50