This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
title Matrix Digital Rain | |
color 0A | |
mode con cols=100 lines=40 | |
setlocal enabledelayedexpansion | |
:: Clear screen | |
cls | |
echo Starting Matrix Digital Rain... |