LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

System Exec on Windows 98

Hi,

I use System Exec.vi to start a VBScript "CPUClock.vbs" which reads the CPU Clock of the local computer using WMI Service and passes the information to standard output of System Exec. It works on WinXP,2000,NT
Is it possible to pass the output from command.com to standard output from System Exec.vi on Win98?
The command string I use is "command.com /C cstring CPUClock.vbs". The problem is when I set "wait until completition" to true
the command.com hangs and when I set it to false i won´t get the result into the standard output of System Exec.vi.

Thanks
Georg
0 Kudos
Message 1 of 2
(2,228 Views)
The problem is solved!
Just use "cstring CPUClock.vbs" as command line and set "wait until completition" to true.
0 Kudos
Message 2 of 2
(2,224 Views)