× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Peter,

If what you're saying is you want to do a search in Windows Explorer and
then print the list of resuls, I'm afraid I can't help you. However, I can
suggest a simple way of gettting a listing of all the files in a folder
(and, optionally, all its subfolders).

Basically, you open a DOS window by Start -> Run -> CMD

then type:

dir dirname\ /b  > filename.txt

this will create a text file named "filename" that has all the files in
folder "dirname"

dir dirname\ /b /s > filename.txt

will add all the files in all subfolders under dirname.

when you're done, you can close the window by typing "exit".

It's not the greatest, but it's the best I've ever found for solutions
available natively in Windows (assuming that resorting to a DOS window
qualifies as being "native Windows"). I agree with whomever said that
there might be some freeware utility out there that does what you want --
a simple google search might be well worth the effort.

Good luck!

PC Technical Discussion for iSeries Users <pctech@xxxxxxxxxxxx> writes:
>If I have MS Outlook, it will be a piece of cake to do a search of files 
>and print the list of the result.  Is this possible in Windows?  I want
>to 
>search for files under certain criteria and I have my list.  Now I want
>to 
>print the list but there are not options in that regard.
>
>Any ideas, tricks?  Thanks!
>
>Peter Vidal
>PALL Aeropower Corporation
>SR Programmer Analyst
>5775 Rio Vista Drive
>Clearwater, FL 33760-3137
>(727)539-8448
>www.pall.com


Mike Naughton
Senior Programmer/Analyst
Judd Wire, Inc.
124 Turnpike Road
Turners Falls, MA  01376
413-863-4357 x444
mnaughton@xxxxxxxxxxxx


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.