Author Topic: VB code to read the output from LMUTIL.EXE  (Read 1939 times)

0 Members and 1 Guest are viewing this topic.

BazzaCAD

  • Guest
VB code to read the output from LMUTIL.EXE
« on: January 16, 2007, 02:28:24 PM »
Has anyone written any code that can do this?
I was tring to use the Process Control to start the App., but I can't figure out how to capture the output from it...

thx,
Barry

BazzaCAD

  • Guest
Re: VB code to read the output from LMUTIL.EXE
« Reply #1 on: January 17, 2007, 03:33:51 PM »
Just an update.
I'm now able to read the output from the LMUTIL.exe. using this info http://vb-helper.com/howto_net_run_dos.html
Now I just have to figure out how to parse it ;-)