directory documentation script
The question is simple: How can a document the content of a certain directory tree and all its content. There are many possibilities in a Unix environment (perl, bash,etc.) , but in the Microsoft Windows world it is more difficult to get such informations using command line scripts.
I wrote a simple vbscript that can do the job in at least three different ways:
- It generates an xml structure which reflects all the dirctory informations
- It generates an Excel Spreadsheet, which can be used for other processes
- It generates a printout
All three possibilities are useful in different situations.
But what is the script really doing ?





