batch tutorial how make it look like matrix [simple] 11-16-2011, 04:14 PM
#1
now for start i hope you know start it like this:
@echo off
title matrix
color 0a
next add this:
:top
it should look like this
@echo off
title matrix
color 0a
:top
next do this:
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
and then add this:
goto top
and it should look like this:
@echo off
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto top
Hope you enjoyed!
@echo off
title matrix
color 0a
next add this:
:top
it should look like this
@echo off
title matrix
color 0a
:top
next do this:
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
and then add this:
goto top
and it should look like this:
@echo off
color 0a
:top
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto top
Hope you enjoyed!
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)
