Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I hate Vista

I hate Vista

Scheduled Pinned Locked Moved The Lounge
combeta-testingtools
11 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christian Graus

    I still don't get how QA passed a system where I type in the name of a file I KNOW exists on the HDD, and the Vista file search cannot find it.

    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

    L Offline
    L Offline
    LloydA111
    wrote on last edited by
    #2

    Oh I heard about that in Vista and 7, apparently if you search for .doc files it will not find them unless the file was either made by Word or you rename it from .doc to something else :doh: (I assume it's just Microsoft trying to hide none Microsoft created files)


    See if you can crack this: fb29a481781fe9b3fb8de57cda45fbef

    The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."

    C 1 Reply Last reply
    0
    • L LloydA111

      Oh I heard about that in Vista and 7, apparently if you search for .doc files it will not find them unless the file was either made by Word or you rename it from .doc to something else :doh: (I assume it's just Microsoft trying to hide none Microsoft created files)


      See if you can crack this: fb29a481781fe9b3fb8de57cda45fbef

      The unofficial awesome history of Code Project's Bob! "People demand freedom of speech to make up for the freedom of thought which they avoid."

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #3

      I am searching for a project that I created with VS2008, and I'm searching for the filename using search for all files, I'm in fact specifying the name of the folder.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      P 1 Reply Last reply
      0
      • C Christian Graus

        I am searching for a project that I created with VS2008, and I'm searching for the filename using search for all files, I'm in fact specifying the name of the folder.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #4

        *Cough*

        cmd.exe > dir *.sln /s /p

        I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

        Forgive your enemies - it messes with their heads

        My blog | My articles | MoXAML PowerToys | Onyx

        S 1 Reply Last reply
        0
        • P Pete OHanlon

          *Cough*

          cmd.exe > dir *.sln /s /p

          I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

          Forgive your enemies - it messes with their heads

          My blog | My articles | MoXAML PowerToys | Onyx

          S Offline
          S Offline
          Single Step Debugger
          wrote on last edited by
          #5

          *Cough* You are showing your age.

          The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.

          P 1 Reply Last reply
          0
          • S Single Step Debugger

            *Cough* You are showing your age.

            The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #6

            Hell yes. Command line background for me - if I really showed my age here, I'd use

            find / -name '*.sln'

            I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

            Forgive your enemies - it messes with their heads

            My blog | My articles | MoXAML PowerToys | Onyx

            1 Reply Last reply
            0
            • C Christian Graus

              I still don't get how QA passed a system where I type in the name of a file I KNOW exists on the HDD, and the Vista file search cannot find it.

              Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #7

              you enabled indexing? shouldn't have! :laugh:

              Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

              Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

              modified on Monday, October 11, 2010 6:27 PM

              C 1 Reply Last reply
              0
              • L Luc Pattyn

                you enabled indexing? shouldn't have! :laugh:

                Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

                Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

                modified on Monday, October 11, 2010 6:27 PM

                C Offline
                C Offline
                Christian Graus
                wrote on last edited by
                #8

                I did, after it failed the first time. Also told it to search unindexed files.

                Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                L 1 Reply Last reply
                0
                • C Christian Graus

                  I did, after it failed the first time. Also told it to search unindexed files.

                  Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                  L Offline
                  L Offline
                  Luc Pattyn
                  wrote on last edited by
                  #9

                  I never did, as I prefer reliability over speed. and it works for me (Vista). It has been subject of discussion in the Lounge quite recently. :)

                  Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

                  Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

                  1 Reply Last reply
                  0
                  • C Christian Graus

                    I still don't get how QA passed a system where I type in the name of a file I KNOW exists on the HDD, and the Vista file search cannot find it.

                    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                    S Offline
                    S Offline
                    Steve McLenithan
                    wrote on last edited by
                    #10

                    It goes suck. "Everything" is an excellent alternative. http://www.voidtools.com/[^]

                    // Steve McLenithan

                    J 1 Reply Last reply
                    0
                    • S Steve McLenithan

                      It goes suck. "Everything" is an excellent alternative. http://www.voidtools.com/[^]

                      // Steve McLenithan

                      J Offline
                      J Offline
                      Jacquers
                      wrote on last edited by
                      #11

                      I second that! :thumbsup:

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups