How do I search for a file named (2) ?

Using the normal search window, I want to find files containing (2) the name, including the brackets.
But Windows 7 searches for everything with 2, ignoring the brackets.
Has anyone a tried-and-works way to make it search for filenames containing (2) ? Not guessing please, and yes, I tried "(2)" and a few other things.
It works in a cmd window with:
dir *(2)* /b/s/a
but I cannot do such nice things like, copy delete sort by size date name etc..

That did not work for me using Windows 7.  The link provided was for Windows Desktop Search 2.x which was depreciated after XP.  Navigating to the recommended Windows Search also provides no help: http://msdn.microsoft.com/en-us/library/ff628790(v=vs.85).aspx.
In either case, it seems that Parentheses are reserved for Boolean operations.  Seems
in Windows 7 search window, you can even escape this particular character.
Good luck to you Setsunaaa.

Similar Messages

  • How Can I Search for Media files by Length?

    I want know how can I search for media files (mov, mp4, flv and movie files in general) by their length?
    If this search function is confirmed as definitely not possible on the OS, I would appreciate someone recommending app that might be able to perform such a search?
    Many thanks

    No possible way. Because the files may be enoded with differing codecs, compression, etc., you can only sort by file size, not the 'length' of the movie files.
    Clinton

  • How can i search for multiple file names (images) in bridge?

    Hello everyone!
    Does anyone know how to search for multiple file names in bridge?
    That is to copy & paste something like this: _MG_2152, _MG_2177, _MG_2194, _MG_2195, _MG_2202, _MG_2212, _MG_2219, _MG_2261, _MG_2362, _MG_2401
    Not using several criterias in the search box that is. That takes too long.
    Thanks
    Steffen Rikenberg Photographer
    Oslo, Norway.
    www.steffenrikenberg.no

    Try this add-on [https://addons.mozilla.org/it/firefox/addon/find-all/ Find All]

  • How can I search for invisible files?

    When I was using OS 10.3.x I could search for .DS_Store and .localized files (or any other invisible file) in the finder, using Search. But since I've been using OS 10.4.x I can't seem to find those particular files in the Search window anymore.
    In both OS 10.3.x and 10.4.x I will set the search options to 'Visibility' -> 'Visible or Invisible'. But only 10.3.x will find invisible .DS_Store and .localized files, 10.4.x will not bring them up.
    I know the files are there, I can make them visible with utilities like Invisibility Toggler. But that involves me manually going through each folder and deleting the invisible files one at a time. Is there any way to make those invisible files show up in the Search window?

    Spotlight doesn't find invisibles very well and it won't find anything in the System folder. Instead download the freeware search program Easy Find - VersionTracker or MacUpdate.

  • How do I search for a file across all my macs on my network

    I have three macs. Two operate wirelessly, one does not, but they are all part of the same network.
    Does anyone know how to search all macs simultaneously for a particular file? I have leopard installed on all macs.
    Thanks
    Buck

    Apparently, the "Shared" search location button only shows up if you first connect to some 'sharepoint' from the Sidebar "SHARED" list and the sharepoint 'volume' then appears in the Sidebar "DEVICES" list. For me, not all 'volumes' do this -- just those that are really some sub-directory of a remote Mac do, but not (for instance) those that are that Mac's complete, top level startup volume.
    BTW, even when the button does show up, the searches are very slow & usually don't find items on the remote Mac that I expect they should.
    I think it is a bug, or more accurately an incompletely implemented feature.

  • I downloaded some pictures my daughter sent in a file. I named the file ".zip" and now I can't locate it in "My Pictures" How can I search for it?

    How do I search for a file I can't locate?

    { Ctrl + J } to open the Downloads window, then right-click that zip file and use '''Open Containing Folder'''.

  • How to search for a file and copy it to somewhere else in terminal

    So basically how can I search for a file on my computer named "testingtesting.txt" and copy it to my desktop using terminal? I have very little experience in terminal, so I was going to try and use the mdfind command, then store that output as a variable, and use that variable as the source for the cp command, but I feel like there is probably a much simpler method. So basically how could I find a file named "testingtesting.txt", copy it, and paste it to my desktop using terminal.

    Is there any particular reason that you must use Terminal?
    You could just download the free EasyFind from the App Store and find the file quickly. Do whatever you wish with it.
    Good luck,
    Clinton

  • Search for a file with part of a filename in a given folder.

    How can I search for a file with part of a filename in a given folder?
    Or can I change the columns in Advanced Search so that the heading is filename?

    thanks, Michel. it had occurred to me to put a scratch tag on the folder, but I was hoping for an easier way. in future I'll do as you suggest though, because it's easier than what I have been doing.
    daryl

  • Search For Specific File Type (eg .txt)

    I know how how to find files in a folder using Java but how do you search for specific file types. I am looking only include files with the extension .txt in my search.

    Cheers. I already looked at that. Got a program that parses a XML and had a play about with it. Can print the contents of tags in my XML. Its just that im trying to parse my XML and have the contents of the starts_with tag to appear in startsWith(or a variable to which this has been assigned) and the contents of the extension tag to appear in endsWith. Totally clueless on how to go about it.
    Below is my class. Would be greatful if you have any ideas.
    import java.io.File;
    public class FindLatestFile {
                 public static File getLatest(File thisDir){
                         long latestModDate = -1;
                         File latestFile = null;
                         File[] fileList = thisDir.listFiles();
                         for(int i=0; i < fileList.length; i++){
                             File file = fileList;
         if (file.lastModified() > latestModDate & (file.getName().startsWith("A") & file.getName().endsWith(".txt"))) {
         latestModDate = file.lastModified();
         latestFile = file;
                             return latestFile;

  • Searching for (1) file

    I'm trying to do a spotlight search for certain files named "DSC0xxxx (1).JPG" that I want to delete. When I type "(1)" in the search field all files with the number 1 come up. It's as though the parenthesis are ignored.
    Is there something with parenthesis that makes them invisible.
    I have thousands of files with the (1). It would be nearly impossible to locate and delete them one by one.

    I came here with a similar issue. Many files with (xx) don't show up under xx search or (xx) search with OS 10.5.6. Not sure if Tiger was any different.
    From the advice of one of the folks in this thread (Francine Schwieder), I used "Raw Query" instead of "Kind" using the Finder search (not the Spotlight up in the corner). I assume this will work with msfind in the Terminal but haven't tried it.
    What I found so far...
    _kMDItemDisplayName == "("_ This finds the first item only *within the folder* that I'm searching. That is, once it finds one item, it seemed to stop(?!). It didn't find the next match, just the one.
    _kMDItemFSName == "("_ Finds all that match, unlike above. Very promising. All items with "(" are found whereas kMDItemDisplayName returned the only the first item in the searched directory. Don't know why.
    _kMDItemFSName == "(*B"_ This finds all matches, as above, if B is removed. But here, the letter B was within the last item in the directory. kMDItemDisplayName did not find this. Zero results. Nice that more than two wild-cards can be used!
    Message was edited by: kerferfer for a more beautiful formatting

  • How do I search for a word through multiple files in my directories ??

    Hello everyone
    How do I search for a word through multiple files in my directories ??
    I am guessing one tedious way to do it would be to pass all the file names as command line arguments but I"m sure there exist a much easier and faster way to do it.
    Thanks a lot

    You need to pass only the directory name as parameter and then retrieve the files(recursively throug subdirs or not, however you wish) of that directory.
    There were at least 2 threads yesterday on how to retrieve files from directory, and there are many others in the archive so I leave the search part to you ;)
    HTH
    Mike

  • How do i search for a string in a txt file using java??

    How do i search for a string in a txt file using java??
    could you please help thanks
    J

    Regular expressinos work just fine, especially when
    searching for patterns. But they seem to be impying
    it's a specific group of characters they're looking
    for, and indexOf() is much faster than a regex.If he's reading from a file, the I/O time will likely swamp any performance hit that regex introduces. I think contains() (or indexOf() if he's not on 5.0 yet) is preferable to regex just because it's simpler. (And in the case of contains(), the name makes for a very clear, direct mapping between your intent and the code that realizes it.)

  • How to search for a file?

    Hi I am currently using the below code to detect a file automaticaly in a thumbdrive. So currently I have to state the path directory to detect the particular file. Is there a way to search for the file in the thumbdrive using Java?
    public class Detect {
    public static void main(String[] args)
    File f = new File("f:\\");
    while (! f.exists())
    try { Thread.sleep(500); }
    catch (InterruptedException e) {}
    System.out.println("drive inserted!");
    }

    You'll need to recursively search through a top directory and all its subdirectories for all files. Here is a link how to do this.
    http://www.javapractices.com/Topic68.cjp
    You can search for all drives A through Z for the file (using something like new File("F:") and catching the exception if not found (and dont do anything with the exception). But exclude C and D drive since they are usually hard drives and take forever to search through. Also, you may want to use File.separator instead of '/" or '\' in your code since windowsXP uses one while Unix uses the other and you would want your code to be able to run on either operating system.
    Are you building a web page with this? if so, it will not work since your search code would be running on the server and not on the client's machine. Even if you were able to run it on the client machine via his browser, you cant because of security reasons (end users dont want to give you access to thier drives). If its a web page, look into file upload html tag called <input type="file". This allows the end-user to navigate on his machine to where the file is and download it without you having to search for it.
    If you writing an application instead of a web page, I think there is an applet you can use that will do the same thing as <input type="file".
    Searching though a directory structure isn't good since it takes too long for users t wait.

  • How to SEARCH for specific file TYPES, e.g. PDF?

    If I know the title has in it "resume" and I know it's a PDF, how do you search for all PDF files that have the word "resume" in the title?
    AND..
    How would you search all PDF files that had the word "supervisor" inside the document?
    Thanks

    Command F should do it. Once the search window appears, you should see a drop down box headed kind and next to it one headed any. Select PDF from the any one. Click the plus button, and another field will appear and you can see again more drop down boxes. You just want to set these up so you end up with name and contains, you can then add your text to the remaining field.
    Also see [this|http://apps.tempel.org/FindAnyFile/index.html]
    Message was edited by: gumsie

  • When i search for mp3 files spotlight shows id3 tags instead of filenames as it used to do !!! I DONT want that .. how can i disable it !!!!!???????

    when i search for mp3 files spotlight shows id3 tags instead of filenames as it used to do !!! I DONT want that .. how can i disable it !!!!!???????

    Sorry, my handful of mp3's had the file name as the id3 tag name.
    So, I am seeing the same thing as you.
    Oddly, a while back I was trying to help someone out in Mountain Lion that wanted to see the id3 tags in the Finder.
    It's all a bit silly. They should have added columns instead or changing it to tag song name.
    They are transitioning to having everything reflect the content and not the file system, so this may not be reversible.
    The best I think you can do is provide feedback: http://www.apple.com/feedback/macosx.html

Maybe you are looking for

  • Time not showing on taskbar

    I believe after installed MAVERICKS my time has dissappeared from my task bar. Have gone into preferences to select it from the time/date option, but it does not let me select (check mark) that option---->of showing the time on the task bar Please ad

  • SRM -- MDM -- ECC integration for central contract management for SRM 7.0

    Hi there, I am questioned by a client with respect to the possibility of the following scenario - 1. There are several SAP back end systems in place. 2. SRM 7.0 will be implemented as single sourcing system. 3. The SAP back end systems carry differen

  • Workflow Manager Configuration - Certificate with Thumbprint does not have a private key

    After following the video series on how to install and Configure Workflow Manager into SharePoint 2013 http://technet.microsoft.com/en-us/library/dn201724(v=office.15).aspx, I get to the 'Configure Certificates' section in the Workflow Manager Config

  • Recovery Maanger Error Hp-Mini-21​0

    Hello. I Have A Problem While useing My HP Mini-210-1080NR NetBook When I  Boot Up And Go To The F11 Key,It Says Windoes Is Loading Files Whitch Is Fine. And Now I Click ON System Rercoverly,And It Says The The Imfomation,Then,Onsine, It Stars Saying

  • Flash can't open a file...?

    Any ideas on how to get a AS3 file to open that won't open no matter what I try? I was attempting to trouble-shoot some output errors I was getting while testing my movie. At one point, I had the bright idea of changing the name of the file's root fo