Just a simple question:

I'm wanting to run a traceroute in my program. I have methods in place to interpret the output, but I couldn't get to this bit before because I was in university accommodation which blocks traceroutes.

Anyhow, how can I do one within my program? The plan is to do it without showing a command prompt, then pass the output to my parsing method. I also can't afford to pay for some third party implementation of it - someone suggested before that I can use the system console or words to a similar effect, I just don't know how.

Thanks.