2016-04-15 3 views

答えて

-1
$filename = Read-Host -Prompt 'Input the Command you want examples for' 
$pathloc = Read-Host -Prompt "Enter the path of where the example files will be stored" 

get-help $filename -Examples | Out-File ($pathloc + $filename + ".txt") 
関連する問題