Hi William,

>From the following code u can call another job...

static void runJob(Args _args)
{
    TreeNode tr;
    XInfo xInfo = new xInfo();
    ;
    tr = xInfo.rootNode();
    tr = treeNode::findNode("jobs").AOTfindChild("Job2"); //job2 is the Name
of the jobs which u want to call
    tr.AOTrun();
   }

Regards
Nitesh


On 2/9/07, William S. Jacobsen <[EMAIL PROTECTED]> wrote:
>
>   Anyone who knows how to call a Job from code?
>
> /William
>
> [Non-text portions of this message have been removed]
>
> 
>


[Non-text portions of this message have been removed]

Reply via email to