PDA

View Full Version : File Listing Export?


tbonekkt
2-20-05, 05:45 PM
Does anyone know of a Windows program that can take a directory and export a file list to a tab-delimited format?

B&T
2-20-05, 07:06 PM
from the comand prompt in the directory you want to list:

dir > list.dat

you may be too young to remember all those old DOS commands :D

symo
2-20-05, 07:08 PM
What do you want in each record? Just the file name? If you want just the file name, I have a way to do it, but it ain't pretty :D

Since you say "tab delimited", I'm guessing that you want more than just the file name in each row?

B&T, I don't think the directory lising to a text file will supply the tab delimitation.

Give us some more clarification on what you're trying to do tbone.

symo

tbonekkt
2-20-05, 07:34 PM
Actually what B&T suggested works just fine. Thanks! :)

symo
2-20-05, 07:36 PM
Most excellent :D

symo