yeah I've even written a word macro to parse and format the directory
listing. (if you want filenames with files sizes and stuff).
dir *.* /s > DirList.txt
(Note look at the switches for dir (ie help dir from dos prompt) /b for bare
/s for get em all. etc.
e
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re: web directory reporting tool
Date: Wed, 12 Jun 2002 15:14:37 -0500
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
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.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