start_agent.vbs 85 B

1234
  1. set ws = createobject("wscript.shell")
  2. dim cmd
  3. cmd = "start.bat"
  4. ws.run cmd, vbhide