Thursday, February 4, 2010

A simple code of restarting system

#include
#include
int main()
{
system("shutdown -s -t 00");
return 0;
}

No comments:

Post a Comment