K
Kenneth H. Young
I would like to call a command prompt with the following variables:
nbtstat -a computername but can't get the syntax right.
Dim stAppName, stPCName As String
stPCName = Me.DNSName
stAppName = "C:\Windows\System32\cmd.exe nbtstat -a stPCName"
Thanks in advance!
nbtstat -a computername but can't get the syntax right.
Dim stAppName, stPCName As String
stPCName = Me.DNSName
stAppName = "C:\Windows\System32\cmd.exe nbtstat -a stPCName"
Thanks in advance!