zoukankan      html  css  js  c++  java
  • code rain???

    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

    How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

    @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 “.

    How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

    Step 4: Run that batch file as an administrator.

    How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

    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.

    How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

    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:

    How To Create The Matrix Rain In Command Prompt , How To Create The Matrix Rain In Command Prompt

    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.

  • 相关阅读:
    《信息学奥赛一本通》提高版题解索引
    QUERY [ 单调栈 ]
    [ 模拟退火 ] bzoj3860 平衡点
    [ 考试 ] 7.12
    离线和简单分治
    [ 校内OJ ] NOIP2019模拟赛(九)
    校内模拟考 (一)
    Codeforces 808E
    学习笔记—点分治
    [ 线段树+哈希 ] 反等差数列
  • 原文地址:https://www.cnblogs.com/presleyren/p/11452254.html
Copyright © 2011-2022 走看看