codes of shutding down computer


program that shutdown computer in particular time



#include <dos.h>
main()
{
system("c:\\windows\\system32\\shutdown /s /t 3600");  // means that it will go off after 3600 seconds
}

Comments

Popular posts from this blog

Exporting HTML Page into PDF In Django

C PROGRAMMING LANGUAGE