I\'m doing something like this in Java right now
Process p = Runtime.getRuntime().exec(\"ping -n 1 -w 100 127.0.0.1\")
How can I read the w
You can use Process#exitValue()