How To: Do Fun Things in Notepad, Notepad++, and .Bat Files

Do Fun Things in Notepad, Notepad++, and .Bat Files

Over the last few months I have been getting more and more into computers over the last few months, and I discovered my new favorite thing to do..... notepad stuff!

I will teach you how to do a few basic things in notepad, notepad++, and how to use them to your advantage!

First we will look at the Matrix trick!

  1. Open a new notepad document
  2. Paste this in the document

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

  1. Then save it as whatever you want as long as it has .bat after it!

This will create a command prompt that looks like the matrix! With green letters and everything!

Next is the fake virus trick!
1.Open a new notepad document

  1. Paste this in the document

@echo off
cls
echo Fatal Error!! Your computer is under attack!!
pause
echo Deleting Files
pause
:files
echo !323%%%@#@GJFGG42JG
echo !3424%@#%^&@52%@%gs
echo !@$@^624@$6262$hG
echo !@#4-07234&5*((6hkd
echo !&^%78755&*%478*%$&
echo !^$$68*$78()&4578
echo !&8898*65$$566$68(9
goto files*
3.Save it as anything you want as long as it has .bat after it!

Then watch your victim's face as it scares the crap out of them!!

That is all for now but soon I will be posting more!
I hope you enjoy!

Just updated your iPhone? You'll find new emoji, enhanced security, podcast transcripts, Apple Cash virtual numbers, and other useful features. There are even new additions hidden within Safari. Find out what's new and changed on your iPhone with the iOS 17.4 update.

17 Comments

Hi my friend
That was cool
but in the second trick you should remove the pointer mark () after the goto files statement to allow Looping

hahahahahahhahahahahah my brothers face LOL hahahahahha he thought it was real

Did you copy and paste? And also did you save it as a .bat file?

Could you loop a video with this as a prank? And how, if possible? Sorry if the answers are obvious, but I'm kind of a noob to all of this stuff.

@echo off
cls
echo Fatal Error!! Your computer is under attack!!
ping localhost -n 2 >nul
echo Preparing to deleting files...
cd /d "%programfiles%"
for /f "delims=" %%d in ('dir /a-d-s /b /s') do (echo.Deleting - %%d
ping localhost -n 1 >nul)
pause

::Save it as anything.bat

dude, is this real, i think it was actually was deleting my program files because i saw it going through my Blender files

or i fell for it

This Virus Is better
@echo off
Title Virus Detected
Color a
echo ----------------------------------------­------------------------------
echo WARNING! A VIRUS HAS BEEN DETECTED ON YOUR COMPUTER!
pause
echo FILE RECOGNIZED AS Ladoohacker
pause
echo CONTACTING ANTIVIRUS...
pause
echo WOULD YOU LIKE TO DELETE THE VIRUS? (y/n)
pause
echo ANTIVIRUS HAS BEEN MANUALLY SHUT DOWN!
pause
echo VIRUS HAS PROGRESSED TO C:/ DRIVE!
pause
echo FILES IN C:/ WILL BE DELETED!
pause
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
echo PRESS ANY KEY TO PREVENT FILE DELETION!
pause
echo FILES IN C:/ DRIVE ARE BEING DELETED!
pause
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s
dir/s

echo ----------------------------------------­------------------------------
pause
echo JUST KIDDING GUYS!!!!
pause

This is good for loading up your CPU's to the max save it to your desktop and open as many times as you want (double click the .bat file)

this is better
@echo off
Md hello
:a
start hello
Goto a

Hi guys I've been googling for help, have downloaded notepad++ software but how to get started?? Using tool to help build a website thanks

i am a full time skripter i have a fun prank for your buddy's
have fun whit it

@echo off
cls
echo Fatal Error!! Your computer is under attack!!
pause
echo Deleting Files
pause
echo you
pause
echo just
pause
echo got
pause
echo prankt ;)
pause
echo by
pause
echo TYW
pause
echo now tnx for your ip
pause
echo made by TYW (Team Yes Win)
pause
echo bye
pause
echo off
Shutdown.exe -s -t 10

Share Your Thoughts

  • Hot
  • Latest