====== Windows clip ====== * 명령행 클립보드 - [[http://ohyecloudy.com/pnotes/archives/clipboard-redirection-pipe/|clipboard는 리다이렉션(redirection)과 파이프(pipe)를 타고]] # clipboard에 복사 echo hello clipboard | clip # clipboard 내용출력 @powershell -NoProfile -ExecutionPolicy Bypass -Command "add-type -an system.windows.forms; [System.Windows.Forms.Clipboard]::GetText()" hello clipboard