Printing lists

P

Phil James

When I do a search I get a list of files. How do I print that out?

When I do "ctrl-alt-del" I get a list of tasks. How do I print that out?

Plus, there are lots of other lists that various tools produce. Is there a
general way to print each of those out?

Phil
 
R

R. McCarty

Possibly several ways.
1.) Cut & Paste content into a simple editor ( Notepad/Wordpad )
and print from there.
2.) Do a Screen Capture and paste into Paint, then Print.
Press "Print Screen" Key, Open Paint, Click Edit, then Paste
3.) Many utilities have a File option "Export", then print the file.
 
J

John John

NirSoft SysExporter
http://www.nirsoft.net/utils/sysexp.html

You can search from the command prompt using the DIR command and
redirect (>) the output to file, examples:

DIR /b /s *.doc >test.txt
DIR /b /s fin* >test.txt
DIR /b /s *fin*.exe >test.txt
dir *.jpg >c:\text.txt

Use the CD command to start the search from specific directories. If
you don't specify a path for the redirected file the file will be in the
directory where the command was launched.

John
 
R

Ramesh, MS-MVP

How to print Windows XP Search results to a file ?:
http://windowsxp.mvps.org/searchresults.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com



When I do a search I get a list of files. How do I print that out?

When I do "ctrl-alt-del" I get a list of tasks. How do I print that out?

Plus, there are lots of other lists that various tools produce. Is there a
general way to print each of those out?

Phil
 
P

Phil James

Many thanks, all. I think I've got something which will work now -- the
sysexp utility.

Phil

How to print Windows XP Search results to a file ?:
http://windowsxp.mvps.org/searchresults.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com



When I do a search I get a list of files. How do I print that out?

When I do "ctrl-alt-del" I get a list of tasks. How do I print that out?

Plus, there are lots of other lists that various tools produce. Is there a
general way to print each of those out?

Phil
 
R

Ramesh, MS-MVP

You're welcome Phil.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Many thanks, all. I think I've got something which will work now -- the
sysexp utility.

Phil

How to print Windows XP Search results to a file ?:
http://windowsxp.mvps.org/searchresults.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com



When I do a search I get a list of files. How do I print that out?

When I do "ctrl-alt-del" I get a list of tasks. How do I print that out?

Plus, there are lots of other lists that various tools produce. Is there a
general way to print each of those out?

Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top