LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to build a distribution from a batch file?

I know we can build our executibles from a batch file.  I would also like to build the distribution from a batch file since our quality folks want to do the entire software build from batch files.  Is there a way to build a distribution from a batch file?

 

wswong.

0 Kudos
Message 1 of 3
(3,488 Views)

Hi,

 i do not known if there is batch command.

 But LabWindows(7.1) has Activex control that does it

 try create ActiveX controller by wizard(from Tools menu) for "NI Labwindows/CVI Server" and check for function  CVI_AppCreateDistributionKit (CAObjHandle objectHandle, ERRORINFO errorInfo, long *returnValue);

i think you can create you own commandline application as you needs

 

//i am sory for my bad english

0 Kudos
Message 2 of 3
(3,468 Views)

Thank you for the suggestion.  I did not know that was an option.

 

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