2009-04-10 77 views

回答

1

確定它處於狀態文件中。下面是我如何做到這一點在PowerShell中

$xml = [xml](gc $statefile) 

[string]$buildnum =$xml.IntegrationResult.Label 
相關問題