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();
}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] > > > -- Regards, Vijay Lad [Non-text portions of this message have been removed]

