Re: Stopping executing script...
Sorry got one of the commands wrong lol, heres an example program. As I said above im not sure if this will work as I'm only a C programmer.
[quote:2d6wxd81][i:2d6wxd81]#include <stdio.h>
void main()
{
fflush(stdin);
getchar();
return 0;
}[/i:2d6wxd81][/quote:2d6wxd81]