Roman Gelman shows how to use the Write-Ascii
cmdlet to build ASCII art-style text in Powershell:
The
Write-Ascii
function from my PowerShell MS-Module module can draw custom text in the PowerShell console using ASCII fonts. This article’s cover was drawn by theWrite-Ascii
function too. The below code does the same, it writesend of line (EOL)
character or emulates theEnter
key.
Read on for examples and enjoy.