Skip to content

Instantly share code, notes, and snippets.

@jcefoli
Created May 8, 2016 07:14
Show Gist options
  • Save jcefoli/b80de6600e47ccfb8abf8adb7a1e92e0 to your computer and use it in GitHub Desktop.
Save jcefoli/b80de6600e47ccfb8abf8adb7a1e92e0 to your computer and use it in GitHub Desktop.
Prints text within a table in a batch file
@ECHO OFF
ECHO ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
ECHO ³ Title Here ³
ECHO ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´
ECHO ³ Put all of your text here. It will be shown ³
ECHO ³ in a nice table. ³
ECHO ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
ECHO.
REM Because of character encoding weirdness, you must paste this into plain notepad and save as a batch file. It will not work if you copy this in plaintext and save in Notepad++ or other editors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment