07-16-2011, 10:56 PM
You can do that by shell scripting.
ShellObj .Popup "Hello", 5>>>>In this step you need to replace "Hello" with your desired keyword and "5" with your needed time in sec to be displayed the popup.
Code:
Set ShellObj = CreateObject("WScript.Shell")
ShellObj .Popup "Hello", 5
Set ShellObj = Nothing