Hi,
I am struggling with a thing in c#. I would like to open cmd application, perform two actions:
.StartInfo.Arguments = @"/C echo %date%-%time%";
.Arguments = @"/c netsh wlan show interfaces";
and than create a screenshot of cmd application. But only cmd application.
It is not a problem to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.