how can i execute this dos command in vb and get the dos result
ping computername
so the variable must hold the value like this
a = "Pinging computername [ipaddress].... "
ping computername
so the variable must hold the value like this
a = "Pinging computername [ipaddress].... "
Comment