The Batch File
: Open notepad (under Start > All Programs > Accesories > Notepad
Copy and paste these lines into Notepad:
@echo off
:top
msg * Insert your message here
goto top
Be sure to delete "insert your message here" and replace it with your own message!
@echo off
:top
msg * Insert your message here
goto top
Be sure to delete "insert your message here" and replace it with your own message!
No comments:
Post a Comment