Forum

Passing parameters to *.bat file

Hi, I did not see any example related to how to pass parameters to a .bat file. With the following code: ShellExecuteW( 0 , "open" , "start.bat" , "123" , "" , 1 ); I get the following error: Access violation read to 0x0000007B in 'shell32.dll' However, the following works when I do not pass any

Auto update EA and open in new chart

Hi, I have an EA running on remote desktop. The EA keeps getting upgraded from time to time. What is the best way to push the new version of the EA to all the remote desktop also loaded them on a new chart programmatically