Using the below syntax to send values from EA to AutoIt compiled script as below.
double value1 =234
double value2 = 678
double value3 = 888
ShellExecuteW(0,0,"D: stScript.exe","value1 value2 value3","",1);
Getting below error
Access violation read to 0x000000EA in 'C:\Users\MetaQuotes\Terminal\C01E4824CB1310748719A488ACBDC5BA\MQL4\Libraries\shell32.dll'.
The below command works when invoked from Command prompt
tstScript.exe 23 45 33