简体   繁体   English

如何从 PowerShell 调用 svcutil exe?

[英]How to call the svcutil exe from PowerShell?

Is there a way I can call the svcutil exe from PowerShell?有没有办法可以从 PowerShell 调用 svcutil exe? I need to automate this process through scripting.我需要通过脚本自动化这个过程。

You can run any .exe file with this method :您可以使用此方法运行任何 .exe 文件:

Start-Process -FilePath 'C:\FileAddress\File.exe'

it's very simple这很简单

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM