diff --git a/Utils/EQM/MLP_Kinf/Generate_MLP_Kinf.cxx b/Utils/EQM/MLP_Kinf/Generate_MLP_Kinf.cxx
index 07fd9b4cda7fc386019546f47045196e0045ded2..2e28df3f4de3c69d50f3a3f79db4ec0e8944ed06 100644
--- a/Utils/EQM/MLP_Kinf/Generate_MLP_Kinf.cxx
+++ b/Utils/EQM/MLP_Kinf/Generate_MLP_Kinf.cxx
@@ -132,7 +132,7 @@ int main(int argc, char ** argv)
 		CompileTraining();
 		cout << "Let's train locally ? [y/n]" << endl;
 		if(UserSayYes())
-			system("./train");
+			system("./Train");
 		else
 		{
 			cout << "You can run it latter with  ./Train" << endl;