Freedom Reborn Archive

Community Forums => General Discussion => Topic started by: Protomorph on May 30, 2008, 06:30:02 PM

Title: Is there an easy way...?
Post by: Protomorph on May 30, 2008, 06:30:02 PM
...to make a list of files into a text file? I am finding myself needing to do this more and more it seems, but it is SO tedious. I need an easier, quicker way to do this.
Title: Re: Is there an easy way...?
Post by: ow_tiobe_sb on May 30, 2008, 06:52:56 PM
http://liveslick.com/2007/10/18/make-a-directory-list-with-the-command-prompt-in-seconds/

ow_tiobe_sb
Phantom Bunburyist and Fop o' th' Morning
Title: Re: Is there an easy way...?
Post by: zuludelta on May 30, 2008, 06:55:55 PM
gimme a couple of minutes and I'll bash out a visual guide for you

EDIT Looks like ow_tiobe_sb beat me to it... that site he links to has the same general method that I use.
Title: Re: Is there an easy way...?
Post by: daglob on May 30, 2008, 07:05:07 PM
Yeah, I was gonna say there used to be a DOS command for it.

I hope I'm not the only one who remembers DOS...
Title: Re: Is there an easy way...?
Post by: zuludelta on May 30, 2008, 07:18:26 PM
Quote from: daglob on May 30, 2008, 07:05:07 PM
I hope I'm not the only one who remembers DOS...

I still use DOS from time to time (it's a neat utility when doing diagnostics/minor fixes on PCs).
Title: Re: Is there an easy way...?
Post by: Protomorph on May 30, 2008, 08:51:43 PM
That seems like it will work ok for my purposes. Thanks! Much typing will be saved.
Title: Re: Is there an easy way...?
Post by: stumpy on May 31, 2008, 02:54:12 AM
To make this stuff even easier, I find I get good mileage out of the "Open Command Window Here" utility for the Windows explorer. Basically, when you are looking at a bunch of stuff in folder, if you right-click on any folder, an option to "Open Command Window Here" appears. That lets you open a command prompt (to dir > dir.txt or whatever) in that sub-folder without all the CDing around.

http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
Title: Re: Is there an easy way...?
Post by: Protomorph on May 31, 2008, 06:43:18 AM
Cool, Stumpy. I'll try that.

Edit: tried. works great!