Microsoft/Windows

파워셸로 파일 출력하기

구차니 2020. 10. 19. 12:46

html 파일을 렌더링 해서 출력하려면 어떻게 해야 하나..

아래의 명령으로는 txt 로 출력된다.

Get-Content -Path *.html | Out-Printer

 

Out-Printer (출력하기)

[링크 : https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/out-printer]

 

Get-Printer (프린터 목록)

[링크 : https://docs.microsoft.com/en-us/powershell/module/printmanagement/get-printer]

 

ie로 보내서 출력.. (여러개 파일은?)

[링크 : https://stackoverflow.com/questions/7189299/print-automatically-html-file-with-powershell]