111,119
社区成员
发帖
与我相关
我的任务
分享
ProcessStartInfo si = new ProcessStartInfo(this.CommandPath, this.CommandArg);
si.CreateNoWindow = true;
si.UseShellExecute = false;
si.RedirectStandardOutput = false;
Process s = Process.Start(si);
s.WaitForExit();//等待批处理完成后,返回
s.Dispose();
s = null;
db2 LOAD client FROM "%5" OF DEL !name! NONRECOVERABLE INDEXING MODE AUTOSELECT