|
I have just taken over a site with about 2000+ htm files. I need to make a file with links to every htm file on my site. The issue I am having is all the custom scripting tools I have found for making this size site map all do it the same. They start on one page and follow the links.
This is where my problem is. maybe half of these files are not linked anywhere outisde of flash files. So there is no link for the spiders to find.
I need a script or something that will scan the root folder and all sub folders and give me a list of the .htm files. Then I will need to make a .txt or .htm file with links to all the files listed.
I tried doing a simple dir /s >sitemap.txt
But that is not clean enough and leaves the file size in front of all the files.
Any ideas or help would be great,
Thanks.
G
|