Run a batch file from Navision

Yes, you can execute this via C/AL Code!

The easiest way is to use the SHELL command, e.g. SHELL(‘C:\xxxx\send.bat’)

Alternatively, you could use the “Windows Script Host” methods “Exec” or “Run” via Automation Server.