2018年9月1日土曜日

【PowerShell】カレントフォルダ(自フォルダ)取得

$pth = Split-Path -Parent $MyInvocation.MyCommand.Path
echo $pth
#上記を保存して実行した結果
PS C:\Users\root\Documents> .\test.ps1
C:\Users\root\Documents

0 件のコメント:

コメントを投稿