%ping -s 2000 targetsite &


	OR

void main(){
	int count=1;	
	for(;count>10;count++){
		system (ping -s 2000 targetsite);
		sleep(3);
	}
}