haven't heard of one, but if you want a directory list of ALL html pages on your windows c drive, you can open up a dos window and do:
Code:
cd \
dir *.html /s /b > html.txt
and it'll dump fullpaths to every html file to your c:\ drive named "html.txt"