Skip to main content

Executing IDEAScript on a certain day every month

I have an IDEAScript I built that I want to have run on the 21st of every month.  Is there a way to set this up?

Brian Element Tue, 02/11/2020 - 15:36

Not currently, at least not directly in IDEA.  IDEA 11.1 will have this functionality, it should be released in the next few weeks so when it does update and you can schedule scripts to run at certain times and on a recurring basis.

klmi Wed, 02/12/2020 - 13:05

You can try to use the Windows scheduler. I guess you can't run IDEAScripts but maybe it's possible to run a Python script and at least to connect to IDEA via win32com.client. But I haven't tested that yet. 

dhuffman63 Tue, 02/18/2020 - 14:51

Thank you all.  I did get the Task Scheduler to work based on the info the IDEA Help Desk provided.  Working on getting the version 11 installed and then 11.1 when available.