or tree

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 12, 2002 4:15 PM
To: CF-Talk
Subject: Re: web directory reporting tool


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



______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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