من برای اجرای فایل اجرایی و تایپ دستور و سپس اینتر کد زیر رو نوشتم ولی خطای زیر رو میده. چیکار کنم؟
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{

System.Diagnostics.Process.Start("D:\ng\text2ngram .exe", "text2ngram -n3 a.txt");
}
}
}
خطا:
The system cannot find the file specified
این فایل اجرایی رو از ادرس زیر دانلود کردم. 4مین فایل و دانلودش چندثانیس
http://homepages.inf.ed.ac.uk/lzhang10/ngram.html
ممنون