<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Soquili:

I would use a "Command Prompt" and redirect a dir to the printer. For example to get a print out of the root directory.
C:>dir > lpt1

<HR></BLOCKQUOTE>

If you want the list in a plain text file try :-
C:\>dir >list.txt
This will create a file "list.txt" in the directory (folder) you are currently in.