This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:
- Open Notepad.
- Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hi
msg * Are you free now?
msg * Please join
msg * entertainer001.tk
msg * Make money easily
GOTO BEGIN
- Save the file with any file name but with .bat as extension and close it. For eg. Entertainment.bat
0 comments