Raul Ruiz
Raul Ruiz

Reputation: 33

Is it possible to call an external Batch file from Genexus IDE (external tool)

From the Genexus IDE, I would like to call a batch file passing as an argument the Genexus project location; similar to "External Tools" in Jdeveloper, is this possible? if so, where?

Upvotes: 3

Views: 303

Answers (2)

As far as i know, to do so, you must use genexus sdk and develop an user extension to integrate it inside the IDE

Upvotes: 2

sebagomez
sebagomez

Reputation: 9609

As of Genexus 15 U12, there's a new feature called Build Events https://wiki.genexus.com/commwiki/servlet/wiki?39474 I believe that's what you need

Upvotes: 2

Related Questions