Hey there,
I just discovered that you can't use the flagĀ /AutoIt3ExecuteScript on compiled autoit executables to run non compiled code.
At first I tested using the cmd, but there were no results. Than I wrote it into a script, but still nothing.
#AutoIt3Wrapper_UseUpx=n
$PathToScript = @DesktopDir&"\test.au3"
Run('"'&@AutoItExe&'" /AutoIt3ExecuteScript "'&$PathToScript&'"')
The script definitely exists and just opens a MsgBox.
When running