Windows 7 and Vista:
1: Open a notepad.
Click Start and then search for notepad.
2: Copy the below text to notepad
window=msgbox("Message here",39, "Title")
Type your message and give title
3:Save it as Filename.vbs
You can give filename whatever you want.
4:Open it and your message will display
Windows Xp:
1:Open a notepad
2:Copy the below text to notepad
@echo off
msg * Enter your msg here
3:Save it as Filename.bat
Please leave a comment.
No comments:
Post a Comment