日期:2015-03-13 浏览次数:1971 次
System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo.UseShellExecute = false;
p.StartInfo.RedirectStandardOutput = true;
p.StartInfo.FileName = @"C:\Program Files\lmw32\Lmwprint.exe";
p.Start();