01-08-2015 11:33 PM
Hai,
While converting a Labview VI to an executable file, Can we add supporting text files to the application???
In the application which i want to convert to executable file, i have crerated a login wizard for which the passwords will be saved in a text file.
So here i want to add this text file to the executable file so that when this file is executed in other system will not have trouble accessing that text file having passwords.
My question is HOW TO ADD SUPPORTING TEXT FILES TO THE APPLICATION FILE???
Thanks in advance.
Regards
PHANI
Solved! Go to Solution.
01-09-2015 01:57 AM
Hi PHANI,
HOW TO ADD SUPPORTING TEXT FILES TO THE APPLICATION FILE???
No need to cry…
You add text files to your executable using the app builder. In the file selection dialog you can add any "additional" file. Those additional files will be located (by default) in a "data" subfolder of your executable's folder…
01-09-2015 01:57 AM