Batch file stops running after the first command

前端 未结 4 1648
不知归路
不知归路 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:33

    The answer to your problem is to write CALL HTMLMATCH.EXE (and the rest of the parameters). Just use CALL in front of every executable command in the batch file.

提交回复
热议问题