Printing Windows Screen

  • Thread starter Thread starter David L
  • Start date Start date
D

David L

I want to print the list for files and sub-files in
Windows Explorer. I tried copying and pasting them to
another MSWOrd document but that doens't work. Likewise,
with the screen open, Control Print (Ctrl P) does not
activate my printer to do this. Any suggestions??
 
Hi David,

Open a CMD prompt, change directories to the location you want a file
listing of and type DIR /S > output.txt. You can then open the OUTPUT.TXT
file in a text editor and print it out.

--
Tony Reveal [MSFT]
(e-mail address removed)

Search our Knowledge Base at http://support.microsoft.com/directory
Visit the Windows 2000 Homepage at
http://www.microsoft.com/windows2000/default.asp
See the Windows NT Homepage at http://www.microsoft.com/ntserver/

NOTE: Please reply to the newsgroup and not directly to me. This allows
others to add to and benefit from these threads and also helps to ensure a
more timely response. Thank you!

This posting is provided "AS IS" without warranty either expressed or
implied, including, but not limited to, the implied warranties of
merchantability or fitness for a particular purpose. The views and opinions
expressed in this newsgroup posting are mine and do not necessarily express
or reflect the views and / or opinions of Microsoft.
 
Back
Top