Way to Automate / schedule Rountable Tasks?

jarrath

New Member
Hi,

I'm just wondering if there's anyway to schedule a certain task in RoundTable.. Want to try and schedule an xref compile of all our code during the week end but not sure if it's possible to set up.

Can anyone help?

Thanks,
Ja
 
Hi.

You can achieve this by using the Roundtable API to fire off a selective compile. See rtb/p/rtb_api.p for details.

Roundtable cannot schedule it for you but you can use the API in conjunction with some OS task scheduler that calls a batch file to run your routine.

Jeff
 

jarrath

New Member
Hi Jeff,
Thanks for the reply.. Have had a look at rtb_api.p but I'm not quite sure I follow what it says.. I'm not that familiar with progress code and can't work out how the api is called to run? Is there any other documentation or examples out there that I can try and look at?

Thanks again,
Ja
 
Top