Run a batch file in a new window from batch?

前端 未结 7 2044
故里飘歌
故里飘歌 2020-12-24 06:54

I know it seems this has been asked before, but I need a batch to open another batch in a new window. I\'ve tried:

start abc.bat

cmd abc.bat

run abc.bat


        
相关标签:
7条回答
  • 2020-12-24 07:54

    start abc.bat works for me. What is the problem in your case? You could also try start cmd /c abc.bat.

    0 讨论(0)
提交回复
热议问题