> > Run the SHUTDOWN command line utility. > > Or use the API function ExitWindowsEx.
Eeeerm... I think that the aim is to restart computer A from computer B. If so, an app will be needed running on A and waiting for connections (from B). Upon connection, it will execute SHUTDOWN or ExitWindowsEx, or whatever. :) So, there will be 2 apps needed: a "server" (listening, restarting) and client (making the "deadly" connection). Cheers Mike ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

