Reputation: 21
I have seen another question like this one, but I can't get it to work. I would like my visual basic program to run the command prompt, and run the command ipconfig. Right now, I am trying Process.Start("C:\WINDOWS\system32\cmd", "ipconfig")
, but it only opens the command prompt and doesn't run ipconfig. Any help is appreciated.
Upvotes: 1
Views: 1806