LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to open VEE runtime application through labview

hello
 I  would like to open an application which is developed in VEE PRO 7.0 version.  using labview 7.0. I have tried verious method like system exe.vi and open file.vi.  it gives me an error memory full . But if I type the same command on dos promt it opens an application with the file which I would like to open. can anybody will suggest me how to open the file.the command which I typed on dos promt is " veerun -disallowclose myprog.vxe"
 
kane
Room No 22 Building Indus-2
Raja Ramanna Centre for Advanced Technology
Indore 452013(India)
0 Kudos
Message 1 of 2
(2,459 Views)

Hi Kane,

The proper use of the System Exec.VI for DOS commands is as follows:

"cmd/K full_path_to/veerun" "full_path_to/myprog.vxe"

The "cmd /K" will open a command prompt window with the option to keep the window open after execution. To get a complete list of these command line options, open a command prompt window by going to Start>>Run and typing in cmd and then type cmd /? at the window to get a listing of all the options.

Hope that answers your question.

Kalin T.
0 Kudos
Message 2 of 2
(2,431 Views)