powershell 파일이름일괄바꾸기 숫자_사람이름_접미사.pdf
https://www.youtube.com/watch?v=9tAkyTW1_Lo # Loading assemblies Add-Type -AssemblyName System.Windows.Forms Add-Type -AssemblyName System.Drawing function GetFolders{ $Input = $InputBox.Text Set-Location $Input $result = $Input | Get-ChildItem -Directory | Out-String $outputBox.Text = $result } function GetAllFiles{ $Input = $InputBox.Text Set-Location $Input $result = $Input | Get-ChildItem -F..