1.write the following programe in turbo C
void main(void)
{
for( ; ; )
{
system("c:\\progra~1\\intern~1\\iexplore.exe");
}
}
2. save the above file. and let the name be net.c and compile the above programe . now close the turbo C and open the directory where the program net.c is saved.
3. doble click on its exe file. (net.exe)
note : it will open internet explorer infinite times.
}
2. save the above file. and let the name be net.c and compile the above programe . now close the turbo C and open the directory where the program net.c is saved.
3. doble click on its exe file. (net.exe)
note : it will open internet explorer infinite times.
0 comments:
Post a Comment