I have a exe file named file.exe When it is run through command line, it takes some data and process it and creates an output file.
I want to feed data to file.exe within a perl script and want the output file.
Please let me know the commands to do it. I am using windows operating system. I was reading about pipes, but unable to find the solution.