Run .bat file

Hi everyone,
I should launch a .bat file on the server that executes a java procedure (.jar).
I would like to understand if using a nodejs API I can execute this file

Hi Enrico,

As you have probably already discovered, there is no Wappler way of doing this. Despite that, it is possible to run a batch file using NodeJS as the server model.

This may help you out.

Thanks Ben, but can I turn this code into a Wappler extension?
Sorry for the question but I’m not very familiar with development

Yes, that is possible. It will require a lot of coding experience as can be seen here.