How to run CMD programs from Visual C++?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wish to run NETSH.EXE from a Visual C++ program.
NETSH.EXE normally must be run from the Command Line.
How can I do this?
 
Henry said:
I wish to run NETSH.EXE from a Visual C++ program.
NETSH.EXE normally must be run from the Command Line.
How can I do this?
I'm going back away, but won't system("netsh.exe"); do it?
 

Ask a Question

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.

Ask a Question

Back
Top