LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically Changing Build Specifications from command line

I use a batch file that calls a VI to build several LV projects.  I found the article http://zone.ni.com/devzone/cda/epd/p/id/5051 to get started and build projects; however, I was wondering if anyone has been able to change build specifications without opening the Application Builder dialog?  -> I would like to build an app. with a version number using the command syntax:  labview.exe <mybuild.vi> -- "project1.lvproj" "version number"

Any thoughts regarding this problem?

Thanks,
Adam
0 Kudos
Message 1 of 4
(3,539 Views)
I have done some research and there doesn't seem to be a way to change the version number when building a project with this method.  If I find out otherwise I will post to let you know but I don't think it is possible.  I would look for another way to accomplish what you want by incorporating the version into the file name or something like that. 
Eric A.
National Instruments
Distributed I/O Product Support Engineer
0 Kudos
Message 2 of 4
(3,519 Views)

Any developments on this topic?  Can we change the target path of the build specification?


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 3 of 4
(3,082 Views)

Hi Terry_ALE,

 

Here is a forum post which has an attached example of programmatically changing the path of your application:

 

http://forums.ni.com/t5/LabVIEW/Build-executable-and-installer-programmatically/m-p/911384

 

DylanC

0 Kudos
Message 4 of 4
(3,070 Views)