Is it possible to start an application with the settings

Hello together,

I wrote an application that is stored on a network. Another computer people begin to work with it. Now, I have the problem, that I need a few different configurations on each computer.

It is possible to start an application labview with parameters, such as: application.exe - User_1

The application must check the settings and should move to the required configuration.

Thank you very much and best regards,

Michael

Hi Michael,

Yes it is possible. First, you need to enable the transfer of data from your settings. You can do this in the application builder. It's something like 'send command line for exe settings' you will need to activate. You will get the setting in your program with the property "App.Args". It's an array with the name of the exe as the first element and an entry for each additional parameter bound.

It will be useful.

Mike

Tags: NI Software

Similar Questions

Maybe you are looking for