Hello,
How do you run command line utilities within your VB program without
having to actually launch command.com or cmd.exe and then store the
result of the command that you ran in a string?
For example you can go to your command prompt and run ipconfig and
it will display your network info. What would be the VB code to run
it within your program without the user having to see the MS-DOS
window and store the results in a string?
Also, I know how to do it by writing the command line results to txt file but I remember there was a way without doing that.
Thanks in advance
