Skip Navigation LinksHome > View Post
Scripting Wake On Lan

I mentioned recently about wantint to be able to wake up various machines in my house remotely. My colleague introduced me to AutoExit for Windows Home Server which works a treat. However, logging onto the Windows Home Server console is a bit, well, slow.

So, now that I do quite a bit of remote desktop to my development machine I want a quicker, easier way of waking it up.

The solution was a .bat file that uses the very handy WoLCmd command line executable from www.depicus.com. There's also a GUI, an ASP and a COM version. Very handy.

They even provide the .NET source to Wake-on-Lan yourself here.

Anyway, I simply botched a bat file together next to my downloaded copy of WolCmd and created a shortcut to the batch file on my desktop. Here's the script:

echo on
wolcmd.exe <MAC-ADDRESS-HERE> <IP-ADDRESS-HERE> 255.255.255.0 7
pause

Easy.

Josh Post By Josh Twist
02:13
30 Jun 2009

» Next Post: Animating when Data Changes - Part II
« Previous Post: Building an Atom-based media PC for the house

Comments:

Post a comment:

Name  

E-mail (never shared)

URL

Comments  

Captcha ImageRefresh Image
What's this?
Enter code above