Executing Windows .bat file using Linux server
Hello Community.
Here we have an application that only can be installed on Windows environment. So, we installed it on a PC, and we want to execute it using a .bat file, with the parameters and the path to the executable. In JDE, we create a report that calls the "Execute External Program" business function, where we set the command line to execute the .bat file.
On the fat client, it works well, but on the Web Environment ("PY" path code) it didn't works. The server is Linux environment. It returns the "3143" error.
I tried using some tricks, like:
- Creating a path in the Linux format and setting the Windows path to it;