small replacement for shutdown /h in windows

This small program uses the win32 API call ExitWindowsEx to shut down the computer. Thou there is already the command "shutdown /h" in windows that does the same thing, but it is not installed with a default windows install.

Source <a href="http://www.update.uu.se/~jonas/hacks/c/poweroff/poweroff.zip">here: poweroff.zip</a>