LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

run a setup.exe

Hello fellows,
 
I'm trying to run a setup program from Labview using the system cmd from the front panel.
 
I send this cmd : cmd "C:\Program Files\National Instruments\LabVIEW 8.0\data\Driver USB-GPIB\setup.exe"
 
Nothings happen, unless the promt cmd appears and disappear immediatly.
 
Any help ?? thanks
0 Kudos
Message 1 of 3
(3,218 Views)
You will probably get more answers if you posted this question on the LabView board; this is the LabWindows one. Smiley Happy
 
JR
0 Kudos
Message 2 of 3
(3,211 Views)
Hello,
 
LabVIEW help explains that for Windows, you have to write your command like this (here, to launch the notepad):
 
cmd /c %SystemRoot%\system32\notepad.exe
 
In what you write, the '/c' is missing.
 
Cordially,

Message Edité par Mathieu R. le 08-02-2007 09:52 AM

0 Kudos
Message 3 of 3
(3,182 Views)