set WshShell = wscript.createobject("WScript.shell")
WshShell.run """aaa.bat"" ", 0, true
Set WshShell = Nothing