create a batch file in the relevant dir (use notepad and save with a .bat extension) and use the following code :
dir *.* /b >> files.txt
This'll give you a basic format text file which you could even import into a database for example.
I think /s is the switch for subdirectories. Alternatively use the full path after the dir command.
__________________
haggul
|