Repeat messages on Screen Continuously
Open your notepad and Paste following code: @ECHO off :Begin msg * Hi msg * Are you having fun? msg * I am! msg * Lets have fun togethe...

https://www.computersprofessor.com/2016/06/repeat-messages-on-screen-continuously.html
- Open your notepad and Paste following code:
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Thanks
GOTO BEGIN
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Thanks
GOTO BEGIN
Save the file as Demo.bat