![]() |
|
batch tutorial how make it look like matrix [simple] - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: batch tutorial how make it look like matrix [simple] (/Thread-batch-tutorial-how-make-it-look-like-matrix-simple) |
batch tutorial how make it look like matrix [simple] - sante60 - 11-16-2011 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! RE: batch tutorial how make it look like matrix [simple] - anonymoushacks - 11-17-2011 Thaks its nice for begginers RE: batch tutorial how make it look like matrix [simple] - sante60 - 11-18-2011 no problem and thx ![]() *too short* *too short* RE: batch tutorial how make it look like matrix [simple] - sante60 - 11-18-2011 no problem and thx ![]() *too short* *too short* |