win10 command line to run exe

 

 

Set ws = Createobject("Wscript.shell")

ws.run "taskkill /f /im work.exe",0,true

ws.run "..\work.exe"


WScript.Sleep 500

Guess you like

Origin www.cnblogs.com/kekeoutlook/p/12595318.html