Jump to content

Recommended Posts

Posted (edited)

MsgBox(0,"info", "Device: " & $device) <-- I get the device name here no problem

$var = Ping($device,250)

If $var Then; also possible: If @error = 0 Then ...

Msgbox(0,"Status","Online, roundtrip was:" & $var)

Else

Msgbox(0,"Status","An error occured with number: " & @error) <--- This message box shows up with a error code 4 even though if I ping it external from autoit it pings no problem..

EndIf

:graduated:;):);)

PLEASE add this to the bug listing...

I changed the $device to just the device name cac713094x and it responded correctley ???? ANYONE ?? SOMEONE ?? HELLO ?? HELp!

Edited by Ghost21

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...