Dear Monks
I am not very good in Perl, so maybe my problem is trivial... Which is the best way to transform under Windows the following system() command in a way I can integrate input/output as simple variables?
system ("my_program.exe my_parameter_file.par -option1 -option2 \"inpu +t.txt\" \"output.txt\"" );
I'd like to pass input.txt as a variable and get output.txt as a variable to process it in my script. I have read this but could not come out with a functioning solution. Any advice would be appreciated.
In reply to external program variables by welle
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |