Hi all,
my problem is the following: I created an application which accepts agruments from the command line as input to save a specific set of a database columns. This arguments may contain also hungarian characters. The next step is that I have so many arguments that I have to create a batch-file, because the space in a windows shortcut is not enough for this. I generate this batch file from LabVIEW. Now I use the write to text file VI to do it, but the problem is that LabVIEW uses the Windows character encoding (like e.g. I edit it with notepad), but the batch file uses some other coding (central european DOS), so my special characters are shown wrong, and the batch doesn't work.
The question is: is there a possibility to specify the character encoding for the output "text" file? many thanks. zsolt
winXP / LabVIEW 8.20