run bat file in background

后端 未结 3 1606
醉话见心
醉话见心 2020-12-17 03:27

I want to run a bat file in background. I searched in google and I found some examples using hstart and cmdow. But Isn\'t anyway to do this with windows commands? I really f

3条回答
  •  难免孤独
    2020-12-17 04:04

    You can try to run the batch file as a windows service. You will perhaps need to have admin previleges on your host to do this, but if you want to go for it, its easy to add/configure using sc command.

提交回复
热议问题