WMIC: how to use **process call create** with a specific working directory?

后端 未结 1 1833
北海茫月
北海茫月 2021-02-16 00:19

The task is to launch a program using wmic process call create \"c:\\folder\\app.exe\" and have app.exe access it\'s own support files in the app

相关标签:
1条回答
  • 2021-02-16 00:49

    Run

    wmic process call create /?
    

    to get the information on why this

    wmic process call create "c:\folder\app.exe","c:\folder"
    

    should work

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