Hi Henry,
in LV 7.0 look in LabVIEW 7.0\project\prodisttool.llb for the VI _Build Application from Script.vi. This VI needs the path to your build file and will run in an none interactive mode. In this mode all dialogs will automaticlly answered as you will have pressed OK.
I have made a VI for each build file suppling the parameters to the above VI. Then I saved a copy with "run when opened" set.
In a batch file I call LV with the path to this VI. LV starts loads and runs the VI and the application will be build.
This way I automated a project to build some DLLs and EXEs.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions