I want to recursively search through folders for html files and generate a chm file for it. While displaying them in chm file the table of contents must be reflecting the folder structure where the html files were present.
I tried HTML Help Workshop for this, but adding each and every file is time taking and the folder structure keeps changing frequently. In the end I want to run a batch file/python script which will take folder path as input and give chm file as output.