I get it myself, and I wanna to publish them out to share .
to execute IDL through shell program , code (bash) :
idl < idl_script > output_idl
to execute CDO through shell program, just use the CDO command in a shell script !
to execute PHP through shell program, code (bash) :
`/usr/bin/php /home/...php_page.php &`
PS: here the /usr/bin/php is the dir where php is installed.
Comment