cancel
Showing results for 
Search instead for 
Did you mean: 

Can PowerDesigner run a program automatically on launch?

0 Kudos

We have standard scripts and use the Customize Commands to create menus of scripts. I need to have PD automatically check for updates. I have written a program that does the work, including copying the updated scripts to the local HD, and adding new scripts to the registry. However, I have to have the users manually run the script. Is there any way to make this happen when PD starts?

Accepted Solutions (0)

Answers (1)

Answers (1)

Ondrej_Divis
Contributor
0 Kudos

AFAIK, there are two options:

  1. Running PD with -x parameter, which will allow you to run any script from the very beginning, but this way is better for automated & scheduled running of PowerDesigner.
  2. You can use OnModelOpen event handler, which will trigger your script automatically after a model with extension containing this handler is opened.

Regards,

Ondrej