02-17-2012 05:21 AM
thank u.....
02-17-2012 05:39 AM
personally i would system exec.vi to execute an appropriate dos command that returns the information you are after, this returns a multiline string that can be processed easily
hope it helps
08-07-2012 01:12 PM
The only problem with System Exec is that the result of the command line tool is language specific which makes the parsing a tad bit troublesome. Another alternative to .Net would be the Windows API directly which you can find a library here for.