07-27-2011 02:37 AM
Hello together,
I have written an application which is stored on a network. People from different computer start it to work with it. Now I have the problem, that I need some different configurations on each computer.
Is it possible to start a labview application with parameters, like: application.exe -User_1
The application should check the parametes and should switch to the needed configuration.
Thanks a lot and best regards,
Michael
Solved! Go to Solution.
07-27-2011 02:56 AM
Hi Michael,
yes it is possible. First you have to activate the data transfer of your parameters. You can do it in the application builder. It is something like "send command line parameters to exe" which you have to activate. You will get the parameter in your program with the property "App.Args". It is an array with the exe name as the first element and one entry for each additional linked parameter.
Hope it helps.
Mike