标签: vb.net powershell
我有一个从网站下载文件的PowerShell脚本。
我希望在我的表单的TextBox中显示下载的进度。
我该怎么做?
修改
我用以下方式开始我的流程:
Process.Start("powershell.exe", "-executionpolicy remotesigned -file C:\temp\test.ps1")
答案 0 :(得分:1)
调查Process Class,它允许您运行脚本并重定向标准流。