Launch windows executable using php script

Hi,
I’m running devilbox on a win10 machine with docker windows and have a php script that need to launch an .exe locate in a specific folder.
I’m using the php exec method and give to it the full path, the problem is that php binary reside in the linux environment…is there a workaround for do that?

You can have a look at wine which could be able to execute your Windows binary on the Linux host, Not much experience myself with it though.

Thanks, last time I’ve used wine was 8/9 yrs ago, I totally forgot it :slight_smile:
It could be viable option, I’ll give it a try and let you know!