View Single Post
  #1  
Old 06-05-2011, 10:49 PM
JuNaiDiQbaL's Avatar
JuNaiDiQbaL JuNaiDiQbaL is offline
Never Give Up

 
Join Date: Jan 2011
Location: SahiwaL
Age: 33
Posts: 26
Program / Discipline: BSIT
Class Roll Number: 10-26
JuNaiDiQbaL has a spectacular aura aboutJuNaiDiQbaL has a spectacular aura about
Default A C Program to shutdown the computer..

#include 'stdio.h'
#include 'conio.h'
void main()
{
system("shutdown -s");
getch();
}


Last edited by JuNaiDiQbaL; 07-09-2012 at 02:41 PM.
Reply With Quote