Generate files of folder contents with JR Directory Printer

December 14, 2007 by Mark O'Neill |

By Mark O’Neill

An interesting little piece of freeware flashed across my screen the other day which intrigued me enough to download it and try it out.    It’s a program which generates text files of a folder’s content in Windows Explorer.

I have a lot of iTunes music and CD backups on my computer and I have often wondered if I can easily and quickly generate printable lists of the folder contents.   Well with JR Directory Printer, you can with no problem.

It is an “exe” program which doesn’t need to be installed so this can also be run off a USB stick.   When you double-click on the program, the following box comes up :

jdirprint.gif

Simply navigate to the folder you want to print out.    Then choose from the following options :

Recurse sub-directories : to see a complete list of the sub-directories and all the files contained in those directories.   These can also be printed out.

Lowercase filename : turns the filenames into lowercase letters

Dos style filename : limits the filename length to a maximum of 8 characters.

Then when you have chosen your options, just press the start button and a text file will instantly be generated with the contents of the folder you have specified.

This would be helpful if you have lots and lots of burnt CD disks with software programs, music files, video files and documents.   Now you can instantly create lists of the disk contents which can then be placed with the disk.    No more hunting for an elusive file ever again!    Or if you are about to do a PC system backup / re-installation, you can now make a list of the entire contents of the Program Files folder.   That way, you would have a complete list of all the installed programs in case something goes wrong.

Can anyone suggest an alternative to JR Directory Printer?

You Might Also Like:

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • StumbleUpon
  • Fark
  • Reddit
  • Technorati
  • Mixx
  • Pownce
  • Slashdot
  • TwitThis

Did you enjoy this post? If so, subscribe to the geeksaresexy RSS feed.

RSS feed | Trackback URI

7 Comments »

Comment by Kiltak
2007-12-14 15:56:08

Well, for those of you who like to use the command prompt once in a while:

navigate to the desired folder and type:

Dir *.* > desiredfilename.txt

You can also add these switches after the wildcard:
/S Recurse sub-directories
/W Use Wide list format

And if you want to append content at the end of an already existing text file, replace the > with >>

Ex: dir *.* /S /W >> mydir.txt

This would list All files, folders and sub-folders within a location, format the output in “Wide” format and append it to a file named mydir.txt

Enjoy :)

Comment by Mackenzie
2007-12-14 19:08:46

Ah ya beat me to the command line!

Mac/Linux/BSD/Solaris users:
ls -FR | grep -v “/$” > files.txt

 
 
2007-12-14 17:07:58

[...] Original post by [Geeks Are Sexy] Technology News [...]

 
Comment by zibou
2007-12-15 03:25:40

great tool :)

 
Comment by broho3
2007-12-16 15:38:16

try this from the command line

TREE [drive:][path] [/F] [/A] > [output path]

/F Display the names of the files in each folder.
/A Use ASCII instead of extended characters.

Example: TREE c:\ /F /A > c:fileList.txt

more readable than dir

 
Comment by Sampi
2007-12-16 17:27:53

Its a useful GUI but I dont think its worth the hassle. Linux users can just type in the terminal:
ls -R | grep -v “/$” > list.txt

 
Comment by tRpd2
2008-02-20 04:01:21

Thanks for the h/up on JR dirprint-a neat little app(especially for a DOS illiterate like me-if it would only print to .rtf or .doc!-dreaming on & on..)
Nice site also :-)

 
Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

| [GAS] Privacy Policy |