Batch script - Run exe program one after another

前端 未结 2 729
隐瞒了意图╮
隐瞒了意图╮ 2020-12-19 04:17

I have some EXE programs,Want to run using batch file one after another.

Actually one set contains 2 EXE programs with some parameters.

Example.

@ec         


        
2条回答
  •  甜味超标
    2020-12-19 04:46

    you don't even need the "start /wait". it will automatically call the program and wait if you just put "progx.exe"

提交回复
热议问题