SystemInfo, IPCONFIG, MEM etc

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thank you in advance for any and all assistance.

Is there a way to get information programmatically from the data rendered at
a command prompt into say a listview box or listbox or other programming
controls?
 
Herfried,

Thank you for your rapid response. I'm trying to avoid Console Apps

Michael
 
look at and try windows powershell (formerly monad). not that I have done
this sort of thing, but I was listening to a hansleminutes podcast and they
were talking about how they could call into powershell (which has the hooks
into many windows admin things) without showing it. The nice thing about
powershell is that it is a shell where you pipe .net objects, not text
strings.

jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top