12-29-2008 07:27 AM
Hi,
Is there any method available to find howmany times the application(.exe) is executed?
12-29-2008 08:38 AM
Hi there
no, you have to write your own method. The easiest way would be to use the "Configuration File VIs" from the File I/O palette and to increment a counter each time the application has been started. A similar approach would be to save the counter in the registry (Windows only). For that use the "Windows Registry Access VIs" from the Connectivity palette.