Set WshShell = CreateObject("WScript.Shell") Return = WshShell.Run ("[script.vbs] par1 ,par2, ..." , 1, true) WScript.Echo "Valore di ritorno = " & Return Set WshShell = Nothing
Set WshShell = CreateObject("WScript.Shell") Return = WshShell.Run ("[script.vbs] par1 ,par2, ..." , 1, true) WScript.Echo "Valore di ritorno = " & Return Set WshShell = Nothing