Batch file stops running after the first command

前端 未结 4 1646
不知归路
不知归路 2020-12-08 06:19

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

4条回答
  •  佛祖请我去吃肉
    2020-12-08 06:31

    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.

提交回复
热议问题