Re: Quit a remote application
Re: Quit a remote application
- Subject: Re: Quit a remote application
- From: Nigel Smith <email@hidden>
- Date: Tue, 04 May 2004 13:51:46 +0100
On 4/5/04 1:10, "Steve Roy" <email@hidden> wrote:
>
Thank you. I added a Sleep button today, and if I have this, I'd also
>
like to add a "Wake" button. Does anyone know how to wake up a sleeping
>
computer remotely?
I've used wakeonlan <
http://gsd.di.uminho.pt/jpo/software/wakeonlan/> on an
OSX machine to wake other machines. Main problem is that you need to know,
or be able to find out, the MAC address for the machine you want to wake.
localhost:~ nigel$ wakeonlan `arp 131.111.45.67`
...is a quick'n'dirty way, if the machine is listed in your ARP table. Or
you can keep a list of machine->MAC address and lookup in that.
HTH,
Nigel
_______________________________________________
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.