Multiple IP Address Pings at Once Fast

Hi,

I have created text file as follows.

1.1.1.1,Up
1.2.3.4,Down
2.2.2.2,Up
1.2.3.4,Down
1.1.1.2,Up
1.2.3.3,Down
2.2.2.3,Up
1.2.3.5,Down
1.1.1.3,Up
1.2.3.5,Down
2.2.2.6,Up
1.2.3.6,Down
1.1.1.7,Up
1.2.3.1,Down
2.2.2.8,Up
1.2.3.9,Down

I have created Windows Application in C#. In that, i have placed one timer control.On Timer Tick, i need to get all ip addresses from text file and ping at one fast and update status of all ip addresses in same text file.
It is urgent.
Can you plesase provide me the solution?
Thanks in Advance.

Regards,
M.Baboo