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...

- Open your notepad and Paste following code:
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Thanks
GOTO BEGIN