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

Viewed 191

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?

2 Answers

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

Related