Forum Moderators: phranque
Is there such a program or script out there. This would be a great time saver when doing the cross linking thing.
dir *.html /b > filenames.txt
The "/b" switch gives a bare listing, no file date/size et al. The ">" redirects the output to the file you specify.
Add a "/o" switch to set sort order or a "/s" to include subdirectories.