Pages

Thursday 13 June 2013

Cmd Fun Tricks -part 1


1.Blinking CMD



  Make your cmd flash like a light bulb with this simple batch script.
  copy paste and run it.
  enjoy...


@echo off
:a
color 47
goto b
:b
color f6
goto c
:c
color 20
goto d
:d
color 46
goto e
:e
color 20
goto a
 


save it as .bat file.

2.Hey  have you tried matrix in cmd.....falling words ...............





@echo off 
cls
color 02
:a
echo %random% %random% %random% %random% %random% %random%%random% 
echo %random% %random% %random% %random% %random%
echo %random% %random% %random% %random% %random% 
echo %random% %random% %random% %random% %random% %random%
echo %random% %random% %random% %random% %random% %random%
goto a

So i belive you did enjoy the above overall session ...
so we can move to the next level of the batch scripting..........

No comments:

Post a Comment