he usual method for calling the *.exe file in LabVIEW is using the
System Exec.vi (in the Communications palette, as u are aware of).
Unfortunately, the System Exec call (working directory input)does not
support the options following the filename.
Here is what you can do instead:
1) Create a filename.bat file which calls the executable file with the
options following the title ("filename.exe -option1 -option2"].
2) Then use the LabVIEW System Exec VI to call the filename.bat file,
and those options will be ported over.
Hope this helps,
rkapoor