Pages

Sunday 9 June 2013

Give matrix digital effect in command prompt


 
This is a simple batch file that will show the binary strings that the Matrix use as their logo and language. It won't look completely like it, but it's fun!


Just write the code below in notepad and save it with bat extension say matrix.bat.




@echo off
color 2
cls
:A
echo 3     2   3   4     6     8   4  2   3  9  7 3   4  9   7    5  3 1 7 9  1 0 9 2 4  6 2 1  3       4  5       3       5 2   1      0 3     6
echo 2     5   5  6 4      7  1 8  6     8  6  0  8 6 4 1   5 6 4 6     8   8 0 3  1 4 6 8  4  7   8      6   2  1 5   7
:B
echo 5    8     9   2    3 6        8  7  1 2 5     3 6 5  4 2 0  8      9  4  0  3 7 4 2   2  8  9   2  0    1     5    6  5  8
:C
echo 5   9  6 8      4 6   8  4  6 8 4         2 6 4 6        8 1  6   6 8 1  0 6 8  1 6  8   1  6     1        6      5  4       5     6   9         8 7  
echo 6       5 1       6    6 0          6          4 6       1 6  5 1       7  5  3 8    5  1 6  5 1 6 0 1 6      0 4      3 4  1  2  4 0   4   3  2
goto A
goto B
goto C

No comments:

Post a Comment