如何在运行批处理文件时隐藏cmd窗口?
我使用以下代码来运行批处理文件
process = new Process(); process.StartInfo.FileName = batchFilePath; process.Start();
c# process batch-file
batch-file ×1
c# ×1
process ×1