I have an .exe file which takes file name as input and generates an output. I want to execute this program for all the files in a directory.
Can you let me know as to how to call this .exe with file name as arguement. This filename should be read by C progam as argv
.
I tried calling .exe this way...
`parser.exe text.txt` .But this doesnt seem to work. Kindly let me know correct syntax.