Monday, May 2, 2011

Hacker logo on DOS.

I hope, you all have seen or know the Hacker logo. Do you want to make that logo in DOS.?
Here, in this post i have a trick to draw hacker's logo in CMD. Its easy...
Just look into the below batch script and see how i used color, echo, and goto command to draw the image.
Interesting...? go on....







@echo off
color a
echo    .................................
echo    .         .          .          .              
echo    .         .    *     .          .           
echo    .         .   ***    .          .        
echo    .         .    *     .          .        
echo    .         .          .          .        
echo    .................................
echo    .         .          .          .                                       
echo    .         .          .    *     .        
echo    .         .          .   ***    .        
echo    .         .          .    *     .        
echo    .         .          .          .       
echo    .................................                                    
echo    .         .          .          .
echo    .    *    .    *     .    *     .          
echo    .   ***   .   ***    .   ***    .        
echo    .    *    .    *     .    *     .        
echo    .         .          .          .        
echo    . ...............................
:1
color a
goto 1



Copy and paste this code to notepad and save it as 'anything.bat' and just run that bat file...
 Try it... will be back to you with more fun batch scripts..



Feel free to comment this post.

No comments: