scripts

scripts

Powershell 指定のフォルダを階層表示

ちょとした調査やドキュメント作成にもよく活躍しています。アイコンはお好みで使い分けてください。指定のフォルダを階層表示function Show-Tree { param( [string]$Path, [int]$Depth = 5, [...