Printing

message from =?Utf-8?B?QmlnYmlyZFlL?= on 8 Jun 2004
Can anyone tell me how to print the contents of a directory in list form or the results of a file search?
 
Bruce Chambers replied to =?Utf-8?B?QmlnYmlyZFlL?= on 8 Jun 2004
Greetings --

From the command prompt (Start > Run > Cmd.exe), simply change to
the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
just as you used to do in DOS. Any of the switches for the DIR
command (type "dir /?") will work with this command, if you wish to
modify the output. You can then subsequently edit the resulting text
file using NotePad, WordPad, Word, etc.

Alternatively:

HOW TO Add a Print Directory Feature for Folders in Windows XP
http://support.microsoft.com/?kbid=321379

Bruce Chambers
 
Microsoft Preferred Customer replied to =?Utf-8?B?QmlnYmlyZFlL?= on 08 Jun 2004
http://support.microsoft.com/default.aspx?scid=kb;en-us;321379

hth

BigbirdYK wrote:
 
Ricky replied to Microsoft Preferred Customer on 8 Jun 2004
Here's a program that will do it..
http://www.karenware.com/powertools/ptdirprn.asp

"Microsoft Preferred Customer"
<Microsoft.Preferred.Customer@msnews.com> wrote in message
news:738E7EA5.191AD590@msnews.com...
| Perhaps this link might help:
|
| http://support.microsoft.com/default.aspx?scid=kb;en-us;321379
|
| hth
|
| BigbirdYK wrote:
|
| > Can anyone tell me how to print the contents of a directory in
list form or the results of a file search?
 
roger replied to =?Utf-8?B?QmlnYmlyZFlL?= on 08 Jun 2004
Hi,

Go to Start > Run > cmd

browse to the directory using the command cd, cd..

and type

dir *.* /s > list.txt

It'll create a file you can open with notepad or word and print.

Hope this helps
 

Archived message: Printing (Microsoft Win XP)