Hi Kumkum,
>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 12/8/06, kumkum kirodiwal <[EMAIL PROTECTED]> wrote:

>   Dear All,
>
> I have a query,
>
> Can I call a job from other job.
>
> Regards
> kumkum
>
>
> __________________________________________________________
> Yahoo! India Answers: Share what you know. Learn something new
> http://in.answers.yahoo.com/
>
> [Non-text portions of this message have been removed]
>
> 
>


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

Reply via email to