I'm looking for a program or script or something that will get the contents (files/subfolders/subfolder's files/etc) of a folder on my server and write them to a text file.
I use a number of different formats for producing such lists for my cdroms.
ls.exe is a clone of the Unix clone, and ls -lR is pretty common format for this. I use also the 4dos 'dir /msza:-d' which captures descriptions as well.
You could experiment with ls, because it can capture a lot of interesting files, and is available in many formats. The text files are quite greppable.
Comments
-Q
-Q
-Q
ls.exe is a clone of the Unix clone, and ls -lR is pretty common format for this. I use also the 4dos 'dir /msza:-d' which captures descriptions as well.
You could experiment with ls, because it can capture a lot of interesting files, and is available in many formats. The text files are quite greppable.