I'm now starting to develop little programs using VB.net.
I started with an App Windows Form. I would like to know some information about my microcontroller (such as MAC ADDRESS etc.). To know this information, I have to access its registers using Segger J-Link and to use a software called J-Link commander. To read registers I have to open jlinkCommander.exe and specify some parameters (device, target, speed in kHz, etc.) writing some command lines.
How can I open JlinkCommander.exe and put all these parameters just pushing a button in Windows form?