Page 1 of 1

net-ping error

Posted: Fri Dec 15, 2006 7:31 pm
by Sleeper
Hi all!
I get an error with net-ping.

Code: Select all

newLISP v.9.0.9 on Win32, execute 'newlisp -h' for more info.

> (net-ping "www.google.com")

invalid function : (net-ping "www.google.com")
what's wrong with it?

Posted: Fri Dec 15, 2006 8:04 pm
by Sammo
From the manual: "This function is only available on UNIX-based systems and must be run in superuser mode."

Posted: Fri Dec 15, 2006 8:20 pm
by Sleeper
right. thanks Sammo!
i didn't notice it

Posted: Fri Dec 15, 2006 8:29 pm
by cormullion

Code: Select all

(net-lookup "www.google.com")
"64.233.183.99"
Any use?



-- now tiptoeing quietly from the Windows forum...