我需要使這些命令一起運行。所以我要讓它們作爲一個批處理文件運行,然後分別調用每一行來在屏幕上顯示彈出消息。我如何使所有這些命令一起運行
但我已盡力試圖讓他們作爲一個單獨行不同的方法,但不能似乎得到它的工作 - 任何幫助,將不勝感激
Powershell的
[System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
[System.Windows.Forms.MessageBox]::Show("We are proceeding with next step." , "Status")
如果將是巨大的你們可以幫助
對不起代碼didnt交充分 的powershell^ [System.Reflection.Assembly] :: LoadWithPartialName( 「System.Windows.Forms的」)^ [System.Windows.Forms.MessageBox] ::顯示(「我們正在進行下一步」,「狀態」) –
看起來就像這裏的同樣的問題。 http://stackoverflow.com/questions/25836547/powershell-run-message-box-from-cmd – Squashman
「一起奔跑」意味着什麼? –