ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Unfinished Requests

EXISTS - IDEA: Printing your file window

(1/2) > >>

vrgrrl:
Ok, now I seem to remember that Apple had this in their OS -- it'd be cool if there was a way in winXP to let you print the contents of, say, your mp3 folder...

mouser:
i think you're just asking for a nice folder printer -
anyone know of a good free one?

Scott:
While I'm looking, here is an easy way to do it with a batch file (i.e. you run the command, then print the text file from Notepad or whatever):


--- ---set dir=<directory>
for /f %%a in ('dir "%dir%" /b') do echo %%a >> <path>\<file name>.txt
Of course, you can use a different dir command, to print file dates or whatever.

Scott:
Sorry, haven't tried these, but they're free...

JR Directory Printer
http://www.spadixbd.com/freetools/JDirPrint.htm

PrintFolder:
http://no-nonsense-software.com/freeware/

mouser:
good finds; printfolder also has a big brother shareware version printfolder pro which looks quite powerful if its something you used alot.

btw if you want to print out mp3 listings of your files, you probably need a special program that can extract titles and authors, etc. and print those, not just a normal directory printer, but again there are some existing freeware to do that.

Navigation

[0] Message Index

[#] Next page

Go to full version