MATRIX Effect for a Specific Time Period Using Batch Scripting

MATRIX Effect for a Specific Time Period Using Batch Scripting

FIRST OF ALL YOU NEED A PC/LAPTOP, So go and buy a laptop don't be poor.

  1. AFTER THAT YOU NEED A CONCERTRATION.

  2. NOW, YOU ARE READY TO DO......SO LET'S GET STARTED.**

STEP 1- Open NOTEPAD.

STEP 2- Copy this same code.

echo off

color 2

:START

::Set the duration of MATRIX

set /a loopDuration=5

set "startingTime=%TIME:~6,2%"

set /a startingTime=%startingTime%

:SET

::Shows MATRIX

::Nothing much useful, just used to flex

echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%

set "currentTime=%TIME:~6,2%"

set /a currentTime=%currentTime%

if %currentTime% lss %startingTime% (

set /a currentTime=%currentTime% += 60

)

::current time to set time

set /a timePassed=%currentTime%-%startingTime%

if not %timePassed% equ %loopDuration% (goto :SET)

STEP 4- Save this file with a perfect name & don't forget to put ".bat" in the end of the name

EXAMPLE: MATRIX.bat

STEP 5- Enjoy......You done it.

FOR MORE TIPS & TRICKS CLICK ON:- SOCIAL MEDIA