Here i wanna share a small notepad trick which helps you to make matrix falling effect by opening your command prompt. to make this matrix effect follow the following methods
Note : if you Wanna add more i.e. full screen falling code add more %random% code in your notepad without making gaps.
- fist of all open your notepad and copy the given below codes and paste into your notepad.
- Now click on file menu of notepad and click on save as and the following dialogue box will be appear
- Now change the save as type as a All Files and type the file name matrix.bat ...you can type any name instead of matrix but .bat extension is necessary
- Now open your saved file and you will see matrix falling effect on your command prompt
@echo off color a :leerhacking echo %random%%random%%random%%random%%random%%random% goto leerhacking |