The second, and probably what you want, is to use the Windows SDK to accomplish what the batch file does. Which of course requires that you know how to use the Windows API.
Wednesday, September 14, 2011
How to convert from external to internal using Visual Studios .NET?
I am using Visual Studios .NET and currently my program executes a .bat file. To make the program more solid, I would like to make the .bat file part of the program itself and not external. Any ideas? The files executes registry commands to change proxy settings of specific programs.How to convert from external to internal using Visual Studios .NET?There's two ways. The first is to open up a shell process and feed in the batch file commands through your program.
The second, and probably what you want, is to use the Windows SDK to accomplish what the batch file does. Which of course requires that you know how to use the Windows API.identifying rows graphics animation
The second, and probably what you want, is to use the Windows SDK to accomplish what the batch file does. Which of course requires that you know how to use the Windows API.