Here is an example i created for someone else in this newsgroup, it
starts CMD.exe (console), and has it run ipconfig /renew without the
window itself showing up, you can look at the code & change it to suit
your needs.
private void start()
{
System.Diagnostics.Process p = new
System.Diagnostics.Process();
System.IO.StreamWriter sw;
System.IO.StreamReader sr;
System.IO.StreamReader err;
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.