memory leak in build 200 - page 3

 
I'd like to make a correction to the batch file example. You do not need more than one taskkill command if you are running multiple terminals on the same system. The following code will work just fine. I hope this is helpful to somone. For me, this has created more activity on scripts that are intended to trade five or more times a day across multiple currencies.

taskkill /IM terminal.exe
start c:\PROGRA~1\MIG\mig2\terminal.exe
start c:\PROGRA~1\MIG\mig3\terminal.exe
start c:\PROGRA~1\MIG\mig4\terminal.exe
start c:\PROGRA~1\MIG\mig5\terminal.exe
start c:\PROGRA~1\MIG\mig6\terminal.exe