URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Pakleetz
  HTML https://pakleetz.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Tips & Tricks
       *****************************************************
       #Post#: 6--------------------------------------------------
       Notepad | Create A Matrix Effect With Notepad And CMD(Command
       Prompt)
   DIR By: D4rkF34r
       Date: July 10, 2014, 11:50 am
       ---------------------------------------------------------
       Okay So in this Tutorial i will teach you how to create a matrix
       effect using notepad and cmd.
       All we have to do is type some codes in notepad and save it as
       .Bat(Batch file) and it will be executed in Cmd.
       The Output will be like this:
  HTML https://imagizer.imageshack.us/v2/687x700q50/387/caa42c.png
       Step 1: Open Notepad and Paste the Following Code:
       Code:  @echo off
       title  Matrix
       color a
       :start
       echo %random% %random% %random% %random% %random%
       %random% %random% %random% %random% %random%
       goto start
  HTML https://imagizer.imageshack.us/v2/695x358q90/424/8047f0.png
       Step 2: Goto File>Save As. and Select All Files and Save as
       Matrix.bat
  HTML https://imagizer.imageshack.us/v2/551x387q90/311/bb0011.png
       Done!
       Open the batch file to execute :) and see the matrix effect!
  HTML https://imagizer.imageshack.us/v2/751x332q90/801/8e4794.png
       *****************************************************
       Page 1 of 1