首页 > 其他 > 详细

code rain???

时间:2019-09-03 13:51:30      阅读:113      评论:0      收藏:0      [点我收藏+]

Everybody loves the visual effect of the falling binary code known as ” Rain ” in The Matrix. In this article, we gonna show you an easy way to create The Matrix rain in your Command Prompt.

Steps To Create A Matrix Rain In Command Prompt

Step 1: Open Notepad.

 

Step 2: Copy and paste the below code in your notepad

技术分享图片

@echo off
 color 02
 :start
 echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%.
 goto start

Step 3: Click on ” File ” and then ” Save As ” option. Save your file with a ” .bat ” extension i.e ” OnlineCmag.bat “.

技术分享图片

Step 4: Run that batch file as an administrator.

技术分享图片

技术分享图片

How To Create Your Own Computer Clock Using Notepad

Today we are going to show you an interesting notepad trick which lets you create your own computer clock with date and time. You can customize the PC clock

Read More

To enlarge The Screen

Step 5: Right-click on the command prompt and Click on the properties.

Step 6: Click on the Layout tab.

技术分享图片

Step 7: Click On the window size section and enter your required resolution.

 

Step 8: To apply changes Click on ok.

技术分享图片

Ghost keyboard Typing | Make Your Notepad type Automatically

Today we are going to show you a Cool Notepad Trick ( Prank ) ever. Mostly people use their notepad to type and save the information, Ghost keyboard Typing

Read More

To Stop The Matrix Rain:

技术分享图片

Just press CTRL + C, Then you will be asked: ” whether to terminate the job “. Now type ” y ” to stop the program.

Tips :

You can even add colors to your command prompt background and text. This is just by changing color codes i.e if you use  “color A2” or “color 2A” then you will have a light green text on a green background.You may use any combination between 0 to 9 and A to F to change your background and Text colors.

技术分享图片

Easy Way To Create A Memory Eating Virus – Just For The Fun Of It

We are going to teach you the easiest way of creating a virus. In this process to create a virus that eats up the computer memory i.e Memory Eating virus

Read More

To See All The Articles On Notepad Tricks Click Here. We Are Sure You Will Be Amazed.

code rain???

原文:https://www.cnblogs.com/presleyren/p/11452254.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!