Esempio n. 1
0
 static void Main(string[] args)
 {
     string sDir = new DirectoryInfo(".").FullName + @"\";
     ShellCtrl pShellCtrl = new ShellCtrl(sDir + @"mrdebug.exe " + sDir + @"mrdebug_testproc.exe");
     pShellCtrl.WriteLine("run");
     System.Console.ReadKey();
 }
Esempio n. 2
0
        static void Main(string[] args)
        {
            string    sDir       = new DirectoryInfo(".").FullName + @"\";
            ShellCtrl pShellCtrl = new ShellCtrl(sDir + @"mrdebug.exe " + sDir + @"mrdebug_testproc.exe");

            pShellCtrl.WriteLine("run");
            System.Console.ReadKey();
        }