Thursday 6 March 2014

Shutdown Computer with C Language


#include<process.h>

void main()

{

system("shutdown -s -f -t 2");

}

1 comment: