A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Windows Vista File Management
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management)

Finding multiple file extensions



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old September 25th 07, 04:00 PM posted to microsoft.public.windows.vista.file_management
Fimble
external usenet poster
 
Posts: 2
Default 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!
  #2 (permalink)  
Old September 25th 07, 05:41 PM posted to microsoft.public.windows.vista.file_management
Dave Wood [MS]
external usenet poster
 
Posts: 159
Default 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" wrote in message
...
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!


  #3 (permalink)  
Old September 25th 07, 05:50 PM posted to microsoft.public.windows.vista.file_management
Fimble
external usenet poster
 
Posts: 2
Default Finding multiple file extensions

Thanks!

  #4 (permalink)  
Old March 13th 08, 01:06 PM posted to microsoft.public.windows.vista.file_management
KeithHoward
external usenet poster
 
Posts: 1
Default 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

  #5 (permalink)  
Old March 13th 08, 03:13 PM posted to microsoft.public.windows.vista.file_management
Keith Miller \(MVP\)
external usenet poster
 
Posts: 310
Default Finding multiple file extensions

in the Search box, use:

="*.xls"

--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"KeithHoward" wrote in
message ...

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


  #6 (permalink)  
Old March 13th 08, 07:09 PM posted to microsoft.public.windows.vista.file_management
KeithHoward[_2_]
external usenet poster
 
Posts: 1
Default Finding multiple file extensions


Keith Miller \(MVP\);729038 Wrote:
in the Search box, use:

="*.xls"

--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"KeithHoward" wrote in
message ...

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

  #7 (permalink)  
Old March 13th 08, 08:05 PM posted to microsoft.public.windows.vista.file_management
Malke[_2_]
external usenet poster
 
Posts: 4,230
Default Finding multiple file extensions

KeithHoward wrote:



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!
  #8 (permalink)  
Old March 13th 08, 08:44 PM posted to microsoft.public.windows.vista.file_management
KeithHoward[_3_]
external usenet poster
 
Posts: 1
Default Finding multiple file extensions


Malke;729598 Wrote:
KeithHoward wrote:



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

  #9 (permalink)  
Old March 13th 08, 09:39 PM posted to microsoft.public.windows.vista.file_management
Keith Miller \(MVP\)
external usenet poster
 
Posts: 310
Default 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" wrote in
message ...

Keith Miller \(MVP\);729038 Wrote:
in the Search box, use:

="*.xls"

--
Good Luck,

Keith
Microsoft MVP [Windows Shell/User]



"KeithHoward" wrote in
message ...

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


  #10 (permalink)  
Old March 15th 08, 02:53 PM posted to microsoft.public.windows.vista.file_management
KeithHoward[_4_]
external usenet poster
 
Posts: 1
Default 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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.