vb.net - How to insert/run a Windows command (ping, getmac, vmic, etc) from VB .net - Visual Studio 2012 -
i'm new here , more beginner in coding. want, "on side" project, create tool coded in vb helpdesk team. type computer id in text field , have several buttons below performs windows command ping, getmac, wmic, etc etc..
how possible load or integrate windows prompt or vb call dll perform windows commands. there built-in tool in visual studio 12 that? thought "console" argument i'm way n00b in coding have working.
any appreciated!
for creating forms read msdn article: http://msdn.microsoft.com/en-us/library/vstudio/dd492132.aspx
for executing processes use process.start
.
if need read process output, see process.start: how output?
a tutorial start : http://www.dotnetperls.com/process-start-vbnet
Comments
Post a Comment