Set ws = Createobject("Wscript.shell")
ws.run "taskkill /f /im work.exe",0,true
ws.run "..work.exe"
WScript.Sleep 500