[컴] powershell 이용해서 간단한 Grid View 로 결과화면 보여주기

파워쉘 / dir 결과 grid 화면으로 보기 / 결과값 간단한 gui 만들기



Grid View

파워쉘에서 간단하게 결과값을 Grid view 로 만들어 줄 수 있다.


PS C:\Windows\system32> Get-ChildItem c:\ | Out-GridView


이외에 콘솔 화면에서 규격화된 화면을 제공하는 Cmdlet 들이 있다.

  • Format-Wide
  • Format-List
  • Format-Table



댓글 없음:

댓글 쓰기