I have been unsucessful in making this work.. I have to be really close.. Please tell me where I've messed up..
Thanks..
Private Sub Command1_Click()
Dim srvname As String
srvname = txtServer.Text
Shell "c:\winnt\system32\ping" & srvname & "
>c:\temp\testping10.txt"
End Sub
Thanks again for your help
Thanks..
Private Sub Command1_Click()
Dim srvname As String
srvname = txtServer.Text
Shell "c:\winnt\system32\ping" & srvname & "
>c:\temp\testping10.txt"
End Sub
Thanks again for your help