how to call/execute CDO and IDL in shell ( bash ) ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tanyali
    New Member
    • Feb 2007
    • 43

    how to call/execute CDO and IDL in shell ( bash ) ?

    Hi guys,

    I want to call/execute CDO and IDL through a shell script,
    who knows ? please help. thanks a million.

    Tanya
  • tanyali
    New Member
    • Feb 2007
    • 43

    #2
    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.

    Enjoy ~~
    Tanya

    Comment

    Working...