Hi All:
I am trying to create a stand-alone application (application.exe) using my VIs on LabVIEW 7.0. My VI (Example: C:\Demo.vi) calls an external application (C:\Example.exe) and runs it using System Exec.vi. So I give the path using the VIs current path, then strip it and build it to generate the path of C:\Example.vi and it works fine. But when I create my stand-alone application it doesn't work. The reason is the VIs current path gives an error. Looks like the VI resides inside the application.exe (C:\application.exe\Demo.vi). Is there any special way that I need to build my application. Thanks !