Hello all,
I want to display in my script ONLY IP addresses of network cards. From command line I can achieve this running 'ipconfig | find "IP"'. Is it possible to achieve the same using WScript.Shell.Exec command in VBS?
When I trying to run something like this
et objShell = CreateObject( "WScript.Shell" )
Set objScriptExec = objShell.Exec("ipconfig | find "IP"")
I receive errors :-( Please help.
I want to display in my script ONLY IP addresses of network cards. From command line I can achieve this running 'ipconfig | find "IP"'. Is it possible to achieve the same using WScript.Shell.Exec command in VBS?
When I trying to run something like this
et objShell = CreateObject( "WScript.Shell" )
Set objScriptExec = objShell.Exec("ipconfig | find "IP"")
I receive errors :-( Please help.