Saturday, October 20, 2018

Matrix Style CMD Screen





You can create this by using notepad easily. Green colored numbers randomly goes up repeatedly.

Steps :

First open notepad.
Win key + R then Enter
Type notepad now Enter
Then type These codes.



color 0a
@echo off
:top
echo %random% %random% %random% %random% %random% %random%
goto top


Then save it as a matrix.bat file.
Then run it by double clicking on it.

Related Posts:

  • AIArtificial intelligence (AI) Artificial intelligence (AI) is an area of computer science that emphasizes the creation of intelligent machines that work and react like humans. Some of the activities computers with … Read More
  • Basics of Excel Microsoft Excel is one of the most used software applications of all time. Excel is Most Suitable Spread Sheet Application Software For entering all sorts of data and performs financial, mathematical or statistical calcu… Read More
  • BotNet Attacks A botnet is a number of Internet-connected computers communicating with other similar machines in an effort to complete repetitive tasks and objectives.A botnet refers to a type of bot running on an IRC network that has… Read More
  • Quantum Computing Quantum computers could one day provide breakthroughs in many disciplines, including materials and drug discovery, the optimization of complex systems, and artificial intelligence. But to realize those breakthroughs, and… Read More
  • Face ID Technology Face ID is a Face Unlock facial recognition system designed and developed by Apple Inc. for the iPhone X, the iPhone XS and XS Max, and the iPhone XR. It is a type of&nbs… Read More

0 comments:

Post a Comment