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?
 
Back
Top