i'm building an application that creates a mySql db from script.sql file, i know that i have to run MySql server 5.1 Command Line Client and type this:

MySql> source ..\filepath\MyScript.sql;

now i need to run this command from my C# Application.

thanx in adcvance.