Hi,
I am quite new to the perl world.
I can open files like wordpad.exe or notepad.exe in my perl using system or exec command.
What if there is a situation like running source file(which is not an exe file) using an exe like VC++ or Labview. Please help..or just give me a hint.
My intention is to run a Labview 'VI' file which is not executable by itself.I need to open the file using 'Labview' and press the run button to run the 'VI'
Thanks in advance..!!!