I have a similar problem as already solved here. But I can not figure out, how the problem got solved. I have a program that get paramter the define a input and output file. Run
The only parameter you need is -display
Others are not parameters to the program and should be handled by you by using RedirectStandardInput
and RedirectStandardOutput
E.g
D:\tmp\SrcPgm\image000.pbm
StandardInput
of your processStandardOutput
of your processresult.pbm
Using command redirection operators