Tool
By Bryan Keadle
This tool scans your path for some named filespec. This is handy for:
- determine which file a computer is "finding" first. Sometimes you'll find different versions of the same filename along a path. This can cause unexpected results...especially for .DLL files...DLL Hell! Find which .DLL (and how many) of the named .DLL is in your path:
- find the command that you can't quite remember. Do you have a bunch of batch files and utility programs, but can't always find or remember their name? If you know any part of it, search using a wildcard like:
PSearchW *password*
From the dialog of found files, you are given options to Copy, Delete, create a shortcut, explore to the directory, run the program, etc.
If no extension is specified, only executable programs are searched (according to the PATHEXT environment variable). Track down same-name files but with different extensions...and in the extension execution order!
PSEARCHW COMMAND
If you're looking for a non-executable file, specify the extension, such as a .DLL file:
PSearchW CTL*.DLL:
| Fichier attaché | Taille |
|---|---|
| psearchw.zip | 395.52 KB |
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 4681 reads






0