![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am running the following simple code to display nbtstat information. However when I execute the code it doesn't display the netbios table. What changes do i need to make to get the table to display? Much appreciated. Set objShell = CreateObject("WScript.Shell") Set objWshScriptExec = objShell.Exec("nbtstat /a") Set objStdOut = objWshScriptExec.StdOut strLine = objStdOut.ReadAll WScript.Echo strLine |
#3
| |||
| |||
|
|
I am running the following simple code to display nbtstat information. However when I execute the code it doesn't display the netbios table. What changes do i need to make to get the table to display? Much appreciated. Set objShell = CreateObject("WScript.Shell") Set objWshScriptExec = objShell.Exec("nbtstat /a") Set objStdOut = objWshScriptExec.StdOut strLine = objStdOut.ReadAll WScript.Echo strLine |
#4
| |||
| |||
|
|
I am running the following simple code to display nbtstat information. However when I execute the code it doesn't display the netbios table. What changes do i need to make to get the table to display? Much appreciated. Set objShell = CreateObject("WScript.Shell") Set objWshScriptExec = objShell.Exec("nbtstat /a") Set objStdOut = objWshScriptExec.StdOut strLine = objStdOut.ReadAll WScript.Echo strLine |
#5
| |||
| |||
|
|
I am running the following simple code to display nbtstat information. However when I execute the code it doesn't display the netbios table. What changes do i need to make to get the table to display? Much appreciated. Set objShell = CreateObject("WScript.Shell") Set objWshScriptExec = objShell.Exec("nbtstat /a") Set objStdOut = objWshScriptExec.StdOut strLine = objStdOut.ReadAll WScript.Echo strLine |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |