I Love PowerShell
これまではエラーまでしかリダイレクトできなかったのがWarningとかも可能になったようです。
function Write-Message{ "Normal Infomation" #1 Write-Error "Error Infomation" #2 Write-Warning "Warning Infomation" #3 Write-Verbose "Verbose Infomation" -Verbose #4 Write-Debug "Debug Infomation" -Debug #5}
Write-Message *> a.txtnotepad a.txt
単独でリダイレクト、全部をリダイレクトはこれで良いのですが、何かと何かを合わせてリダイレクトはどうするんですかね。
こんな感じですかね。
0 件のコメント:
コメントを投稿