' ejecutar_async.vbs
Set objArgs = WScript.Arguments
command = objArgs(0)
Set shell = CreateObject("WScript.Shell")
shell.Run command, 0, False
