08-28-2009 08:59 AM
While trying to end the labview projects that I have running, I encoutered a problem. If I build an .exe file from this simple .vi file it won't write the string to Example.txt while, if you execute the .vi file it will create the .txt file and write the strings to it. Is there something special while building the .exe you have to do to make this work? Thanks!
08-28-2009 09:03 AM
You have to strip the path twice in an .exe file.
see this tread:
http://forums.ni.com/ni/board/message?board.id=170&message.id=430908#M430908
08-28-2009 09:06 AM