Jim Hall wrote:
Just a clarification. A batch file (*.bat) is an executable.
In principle, no. A batch file is basically a shell script, not an executable as such.
You could always try to run it with the Wine command shell (cmd) and see if it works, e.g. wine cmd /c file.bat