Set WshShell = CreateObject("WScript.Shell") Return = WshShell.Run ("[script.vbs] par1 ,par2, ..." , 1, true) WScript.Echo "Valore di ritorno = " & Return Set WshShell = Nothing
Last updated: 11 Febbraio 2015 by Pierluigi Minati
Set WshShell = CreateObject("WScript.Shell") Return = WshShell.Run ("[script.vbs] par1 ,par2, ..." , 1, true) WScript.Echo "Valore di ritorno = " & Return Set WshShell = Nothing
Last updated: 11 Febbraio 2015 by Pierluigi Minati