A pop-up is a graphical user interface ( GUI ) display area, usually a small
window, that suddenly appears ("pops up") in the foreground of the visual interface.
It is a simple code which will accept the name of the user as well as show
in the pop up message.
First open notepad and write the code below.........
@ECHO OFF
title by @Ablaze @ THE NEXT LEVEL
:s
echo who r u ?
set /P name=
:disp
cls
title by @Ablaze @ THE NEXT LEVEL
msg * "hi %name% all iz well :)"
msg * "visit www.trickstonextlevel.blogspot.com"
:exit
Now save it as "anyname.bat".
Then copy and paste it in your freind's startup.
Now the message is dispayed each time he switch on his system.
ENJOY.....................