When I told someone recently about me using Take Command (again) and how it can do so much more than the regular CMD.exe, he wasn't convinced. At all...
So I "had to" prove some of the powers of TCMD to him.
Tonight I had the idea to build the "raining code" from The Matrix in TCMD, as I had recently heard there was a CMD.exe version of it.
It's a few years old, but I hadn't heard of it before. That has to be my fault, because the internet is full with instructables, YouTube video's and what have you to create this amazing script!
Here is the code for the CMD version:
I thought I could do better :-)
So tonight I wrote a TCC version. It looks like this:
It's a pity you can't see how the text rains down the screen. It is sort of hypnotizing.
If you want to, you have to try the script for yourself (see link)...
There is room for improvement (bottom row stays white for example and I wanted to write an interactive speed control and ...), but enough is enough; it's just a demo
I hope I can convince him with this script, otherwise it is indeed a completely useless script (but fun to build!)
Here is the code. In case you have people in your "circle" like the one above ...
So I "had to" prove some of the powers of TCMD to him.
Tonight I had the idea to build the "raining code" from The Matrix in TCMD, as I had recently heard there was a CMD.exe version of it.
It's a few years old, but I hadn't heard of it before. That has to be my fault, because the internet is full with instructables, YouTube video's and what have you to create this amazing script!
Here is the code for the CMD version:
Code:
@echo off
color 0a
:TOP
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto top
I thought I could do better :-)
So tonight I wrote a TCC version. It looks like this:
It's a pity you can't see how the text rains down the screen. It is sort of hypnotizing.
If you want to, you have to try the script for yourself (see link)...
There is room for improvement (bottom row stays white for example and I wanted to write an interactive speed control and ...), but enough is enough; it's just a demo
I hope I can convince him with this script, otherwise it is indeed a completely useless script (but fun to build!)
Here is the code. In case you have people in your "circle" like the one above ...
Attachments
Last edited: