gpt4 book ai didi

powershell 如果命令未被识别为 cmdlet 的名称

转载 作者:行者123 更新时间:2023-12-04 03:15:03 24 4
gpt4 key购买 nike

tf : The term 'tf' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.



我设置了环境变量但不起作用。 tf 命令适用于 VS2013 的开发人员命令提示符,但不适用于 Powershell。我怎样才能使这个工作?

Edit System Variable dialog

最佳答案

您需要包含 tf.exe 完整路径。例如,您想在 PowerShell 中使用 tf checkin 命令检入文件:

$filePath = "C:\Users\username\Source\Workspaces\teamproject\solutionname\projectname\Class1.cs"  
Set-Alias tfs "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\tf.exe"
tfs checkin $filePath /noprompt

关于powershell 如果命令未被识别为 cmdlet 的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33403037/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com