Creating my own WOL Program - TechRepublic
Question
March 2, 2010 at 05:23 PM
shadetreeadmin

Creating my own WOL Program

by shadetreeadmin . Updated 16 years, 3 months ago

I recently wrote a console application in C that basically allows a person who isn’t comfortable with a command line to use two command line utilities to start up and shut down a small group of WinXP computers remotely. This program uses system() to run “PsShutdown” to shut down computers and “mc-wol” to start them again. The program works just fine, but I’d like to boost my programming skills by writing my own shutdown and Wake-On-Lan functions. I’ve searched the web and didn’t come up with much that made sense to me. Where should I get started with this?

This discussion is locked

All Comments