So yeah, bat files, bla bla bla, skiddies etc. Anyway, i worked out after googling it by watching the video that it is made like this:
Code: Select all
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

I had a ton of fun trying to make the rain code thing you can see in the actual movie, The Matrix.
Me and my friends had a lot of fun experimenting with this and the fact that it seems to some what memory leak(?)
Thought i'd post it here just for the fun off it
