Re: calling *.exe

2004-03-08 Thread Melissa Niesen
Peeru, You can call the program using "System Exec" in the communication pallette. That VI allows you to enter the commandline with input parameters, just like you would in a DOS prompt. If the file is something like a plain text tab delimited file, and not a true Excel file, you can read it into

calling *.exe

2004-03-08 Thread Peeru
I have an executable file (*.exe) that I want to run through Labview. This exe asks for few input parameters when I run it through DOS prompt, How can I input them through a labview interface. The exe code writes a few excel files; I also want to read those files and plot them automatically when i