This is a simple computer program that will open notepad continuously.
1. Open Notepad .
2.Type the code in notepad as :
@echo off
:bomb
start notepad.exe
goto bomb
3.Save it as “*.bat” and double click it..
Note: If you want to try it, then go ahead and when you built this file double click to open it. But beware it hangs your system and you will have to restart your computer, as this opens 100’s of notepad window. So, If you want to try this than save all your work and then run this file.