Re: Printing an MP3 list




"Fergie 1947" <Fergie1947@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:427A7AE5-3C9F-4E7C-8606-88C6996C4B1B@xxxxxxxxxxxxxxxx
Does anyone kknow how to print an MP3 list?
I have about 1200 songs and wanted to print a hard copy with them all on
it
....any ideas other the print screen? thanks for any help you can give

A couple of alternative commands to John's suggestion:

dir /s /b *.mp3 >c:\mp3list.txt
dir /s /b /on *.mp3 >c:\mp3list.txt

1200 songs will get you some 20 sheets of largely empty
paper. You could create a multi-column layout by
opening mp3list.txt with Excel, then do some copying
and pasting, perhaps in landscape format.


.