Created
May 8, 2016 07:14
-
-
Save jcefoli/b80de6600e47ccfb8abf8adb7a1e92e0 to your computer and use it in GitHub Desktop.
Prints text within a table in a batch file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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