I am using the tool \'HTML Match\' to compare two HTML files. As I have to compare many files, I create a batch file like the followion. For example, I give only five sets o
You don't have to insert quotation marks where there isn't any space mark between.
Try that:
HTMLMATCH.EXE D:\Raj\compare1\a1.html D:\Raj\compare2\a1.html D:\Raj\compare_res\a1.html
Maybe it will solve your issue.