LookinAround
Posts: 6,429 +188
OK. Here's the deal...
I'm trying to use the findstr command (it's the find string command) in a Vista elevated command prompt window
Specifically, i enter:
which should
It does run and does output the filenames as i expect but the darn command never terminates! It completes outputing the file names and then continues to keep running until i have to kill it by hand!
This command works just fine entered exactly the same in an XP command prompt window but not in Vista!
Anyone know what the problem is?????

P.S. i can see the findstr process still running (using Process Explorer even though it no longer has any file handles open)
I'm trying to use the findstr command (it's the find string command) in a Vista elevated command prompt window
Specifically, i enter:
Code:
findstr /c:Friendly /m /i /s /d:c:\Windows *.inf
- Search C:/Windows and all its subdirectories
- Find all files of type .inf
- And output the name of every file containg the string "friendly"
It does run and does output the filenames as i expect but the darn command never terminates! It completes outputing the file names and then continues to keep running until i have to kill it by hand!
This command works just fine entered exactly the same in an XP command prompt window but not in Vista!
Anyone know what the problem is?????
P.S. i can see the findstr process still running (using Process Explorer even though it no longer has any file handles open)