Put a shortcut in 'start/all programs/startup' to this vbs file, edited to
contain your favorite quote text.
--quote.vbs--
set wshell=createobject("wscript.shell")
wshell.popup "This is the text of my favorite quotation", 4, "Favorite
Quotation Popup",0
--end file--cut here--
--
Please use the Communities guidelines when posting.
http://www.microsoft.com/wn3/locales...help_en-us.htm
Use the "Ratings" feature. It helps the new users.
Mark L. Ferguson MS-MVP
https://mvp.support.microsoft.com/profile/Mark.Ferguson
"milt" <> wrote in message
news:96095BA5-4942-4B6F-81DF-...
> How do I put a famous quote, which I have, on my desktop so that I can see
> it
> every time I start my computer? Thanks.