A Funny Virus Program
This fun virus program compatibility with general c++ language and Microsoft visual c++.The Program that opens Windows notepad repeatedly.This is only fun to open more notepad windows.If you like to stop fun virus goto task bar (ctrl+alt+del) stop notepad service.
SOURCE PROGRAM:
void main()
{
int i;
for(i=0;i<100;i++)>
{
system("cd\\");
system("cd Windows"); // for Windows'98
// system("cd WINNT"); // for Windows'20
// 00
system("Notepad.exe");
}
}
NOTE:
Use Header files are stdlib.h and stdio.h .Modify prgram is your own risk.
0 comments:
Post a Comment