Pages

Saturday, October 8, 2011

Pop box that won't close for Windows 7, Vista and XP

Windows 7 and Vista:

1: Open a notepad.
    Click Start and then search for notepad.

2: Copy the below text to notepad

do
window=msgbox("Message here",39, "Title")

loop

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

:A
msg * Enter your msg here

goto:A
3:Save it as Filename.bat



Please leave a comment.

1 comment: