Printing list of files.

  • Thread starter Thread starter Picard
  • Start date Start date
P

Picard

Guest
I've got a folder with a number of mp3's in it. Can I print out a list of that? How do I do it?
 
I just right click on the folder icon on the top left corner of a folder and "print directory listing" comes up. Can't remember where this came from. Maybe powertoys or tweakui?
 
Does the lpt1 thing still work to a usb printer?

I just do a
Code:
dir /b *.mp3 > whatever.txt

It'll pop out a whatever.txt file in the location where you were running the dir command, with the results that you then Print/save/copy/etc as you like.
 
Last edited:
I just do a
Code:
dir /b *.mp3 > whatever.txt

It'll pop out a whatever.txt file in the location where you were running the dir command, with the results that you then Print/save/copy/etc as you like.

Agreed, easiest way in my opinion :)
 
Top
Sign up to the MyBroadband newsletter
X