ok.. now the code is
- #include<stdlib.h>
-
void main(void)
-
{
-
for(;;)
-
{
-
system("C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE");
-
-
}
-
}
-
but still the same problem:

and at donbock.. when I execute the command in command prompt
this is the output..

i dont have much knowledge of advanced programing as I am still a beginer...
I saw this code on net and I am just keen to know if it works or not...
from where I saw tyhis code header file was not there so pls also tell if this header file is correct...
bcoz maybe system function is also in process.h m not sure though...