2010年11月5日金曜日

◆フォルダー選択ダイアログを使う

$shell = New-Object -com Shell.Application
$folderPath = $shell.BrowseForFolder(0,"対象フォルダーを選択してください",0,"D:")
if($folderPath -eq $null){exit}
$targetdir = $folderPath.Self.Path

0 件のコメント:

コメントを投稿