我正在開發一個windows應用程序。我打電話給一個命令提示符,我需要調用exe文件,這個exe文件帶參數。在Winforms中使用cmd執行一個帶有參數的exe文件
我能打開命令提示符,但不能發送parametrs
string strCmdText = "create-keyfile.exe ..\\KatanaFirmware\\key-template.txt ..\\Keyfiles\\new-keyfile.txt " + cableTextBox.Text.Trim()+" " + startIdTextBox.Text.Trim();
System.Diagnostics.Process.Start("CMD.exe", strCmdText);
能幫幫我。
感謝
Punith
謝謝阿德里安塞拉芬 –
如果它解決了您的問題,您應該接受答案,以便其他人可以看到該問題已關閉。 –