Re: 'sh: ping: command not found' error
Re: 'sh: ping: command not found' error
- Subject: Re: 'sh: ping: command not found' error
- From: Paul Skinner <email@hidden>
- Date: Wed, 19 Feb 2003 09:23:51 -0500
On Tuesday, February 18, 2003, at 11:59 AM, Jan Jaap wrote:
try this:
/sbin/ping <ip address> -c 5
you should provide the full path to the ping application.
use -c and to specify the count otherwise your application will ping
forever.
or maybe...
/sbin/ping -c 5 <ip address> "
--
Paul Skinner
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.