2014-07-14 3 views

답변

0

이를 달성하기 위해 system 명령을 사용할 수 있습니다.

system(['file.exe ' parameter ' ' input_file_path ' ' output_file_path ]); 

인수가 단순히 내가 이런 식으로 그것을 발견

>>!file.exe parameter input_file_path output_file_path 
+0

를 실행할 수 있습니다 고정하는 경우 -> 시스템 ([ 'file.exe가 매개 변수'input_file_path ''output_file_path]); 어쨌든 완벽하게 작동했습니다. 부하 감사합니다. – Mushi

관련 문제