98.7.4. 에코 실행 (Windows)
echo
및 dir
과 같은 명령은 운영 체제의 명령 인터프리터로만 실행할 수 있습니다. 이 예에서는 Windows에서 이러한 명령 - echo
-를 실행하는 방법을 보여줍니다.
from("direct:exec").to("exec:cmd?args=/C echo echoString")
from("direct:exec").to("exec:cmd?args=/C echo echoString")