修改
This commit is contained in:
@@ -94,7 +94,7 @@ else
|
||||
process.StartInfo.RedirectStandardInput = true;
|
||||
process.StartInfo.UseShellExecute = false;
|
||||
//process.StartInfo.CreateNoWindow = false; // 不创建新窗口
|
||||
|
||||
|
||||
process.StartInfo.RedirectStandardOutput = true;
|
||||
process.Start();
|
||||
|
||||
@@ -127,7 +127,7 @@ else
|
||||
DeleteFolderContents(configObj.deployFolder);
|
||||
|
||||
|
||||
//DeleteFolderContents(configFolder);
|
||||
DeleteFolderContents(configFolder);
|
||||
|
||||
Console.WriteLine("删除激活信息...");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user