TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
(AS A LAST RESORT, IF YOU CAN'T FIND A TOOL LIKE YOU WANT)
(on second thought, MAYBE DO THIS FIRST, that way you don't have to wait
long)
You won't get thumbnails using the technique this message but you will
get a list and you will have right now. You can then feed the list into
PSP's browse file to get the thumbnails quickly.
From a command prompt (remember those, the old DOS window) you can
execute a command like:
>>>> "dir c:\*.X /B /S > X.list"
where X is the extension you are looking for. You will then need to
append the lists to together to get a complete list of all the
extensions.
The /B switch strips off unwanted dir command info, the /S switch
traverses down the subdir tree.
Here is a batch file that you can cut and paste to perform the job: