| | |
|
|
|
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
|
| 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)