Re: applescript "ping"
Re: applescript "ping"
- Subject: Re: applescript "ping"
- From: deivy petrescu <email@hidden>
- Date: Fri, 3 Nov 2006 19:29:49 -0500
On Nov 3, 2006, at 12:35, Bob Cuilla wrote:
I have a Mac network with several machines that are all being
backed up, from a server, by Retrospect. The automatic backup runs
Retrospect scripts for each machine. Most of the time some of
these machines are out of the office (laptops) and of course,
Retrospect cant find them. In this case Retrospect issues a warning.
I would like to check for the presence of these machines, maybe a
ping. The result would allow me to script Retrospect accordingly.
In other words, is a particular machine is not on the network, I
would not try to back it up.
Does anyone have any ideas on this issue?
Thanks
Bob Cuilla
BLC Data Solutions
Orlando, Fl
Bob,
If the volume is available in the network then it is in the "Network"
disk.
This one liner should return the name of all available computers on
your Mac network.
To the the specific check it is another oneliner
tell application "Finder" to get name of every item of disk "Network"
No need to ping anything!
Deivy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden