> Does anyone have any code for forcing the shutdown of a machine? I need it
> for both win98 and 2k.

    ExitWindowsEx( EWX_POWEROFF, 0);

for 2k make sure you have SE_SHUTDOWN_NAME privlege in win2000

-ns


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to