11-17-2008 02:48 AM
how can i build an exe named 'add.exe',that can output 17 with command 'add.exe -8 -9" ?
11-17-2008 02:56 AM
Hi,
Which version of labVIEW you are using? If it is 8.0 or higher version select Project from the tool bar, New Project>Add Save the project you have created. Right click on Build applications>New>Application(EXE). You can find this only if you have installed application builder or PDS. Hope this helps you.
11-17-2008 03:04 AM
hi,
i can build exe,but when i open CMD,input 'add.exe -8-9' and press ENTER,there is no anwser
WHY?
11-17-2008 03:18 AM
11-17-2008
05:05 AM
- last edited on
03-27-2024
10:36 AM
by
Content Cleaner
Here's a KB article. It says "You can reference the arguments in the block diagram by using the Application:Command Line Arguments selection in a property node."
Here's how I did it this morning.
Have a great week.
Jim