It takes some manual doing, if you don't want to install a third party utility but here is how I get a clean list in a file and directly to the printer:
open a command prompt
change directories to the location of your library
type this: dir *.* >filename.txt (this creates a text filethat you can do with what you like.)
if you want to output to the printer replace >filename.txt with >prn
good luck.
jon
|