You feel excited to learn computer languages

Then you are at the right place. Computer languages are most fun thing you have ever seen. Use this excellent languages and have a nice future...

Tuesday, July 24, 2012

Colorful animation in simple DOS Batch files

@echo off cls echo. echo. echo. echo      =================================== Echo      Debarghya Mukherjee is always great echo      =================================== :uff Set /a num=(%Random% %%9)+1 color %num% PING 127.0.0.1 -n 2 > NUL goto uff Save it as colors.bat and run by double clicking i...