Not sure of exactly what you need, but you can get a text file listing using
windows built in tools.

Open a dos command prompt (start->run->cmd)

Use the following command:

dir path /b /s > filename.txt

where *path* is the starting point that you want for the files (for example,
c:\temp)
and *filename.txt* is the txt filename that you want the data stored in

This will give you a file list of all of the files in the specified directory
and all subdirectories (full path info - c:\temp\folder\filename.ext) .  You
can then import this file into excel and parse it.

Erica




                                                                                       
                                                       
                    "Carl"                                                             
                                                       
                    <cfcvano@hotm        To:     CF-Talk <[EMAIL PROTECTED]>   
                                                       
                    ail.com>             cc:                                           
                                                       
                                         Subject:     web directory reporting tool     
                                                       
                    06/12/2002                                                         
                                                       
                    02:20 PM                                                           
                                                       
                    Please                                                             
                                                       
                    respond to                                                         
                                                       
                    cf-talk                                                            
                                                       
                                                                                       
                                                       
                                                                                       
                                                       




Anyone know of any tools that can list (csv, or graphically)
directories/files, and all sub-directories/files from the web root in IIS?

Thanks!
Carl


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to