(E-Mail Removed) wrote:
>>-----Original Message-----
>>You can download it and his other utilities here:
>
>
> Thanks for your utility. Does any tools that can display
> the dialog and will not display the dos prompt. It was
> because I will add to scheduler. When the schedule is
> start, it will display the mtask!
>
> Thanks!
Hi
You can hide the command prompt if you run PopUp.exe from
a VBScript
:
'--------------------8<----------------------
' PopUp.exe is available at
'
http://gearbox.maem.umr.edu/batch/f_...-Freeware.html
sPopCmd = "F:\tools\FrankWestlake\PopUp.exe"
Set oShell = CreateObject("WScript.Shell")
oShell.Run sPopCmd & " /OK /T ""My title"" /M ""My message""", 0, False
oShell.Run sPopCmd & " /OK /T ""My title"" /M ""My message2""", 0, False
'--------------------8<----------------------
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx