Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display message, msgBox... 1

Status
Not open for further replies.

slint

Technical User
Jul 2, 2006
48
SE
How do i display a message, like the msgBox, that closes after 10 sec if thers no user interaction so that the rest of the script is processed.

A vb/batch combo that maybe explain my needs

Call MsgBox ("Hello world!") -timeout /T 10

 
Here's an example using a popup:

shell.popup "Registry key has been changed to " & Network.ComputerName & " Please Reboot.", 60, "INFO", 0+64
 
I followed your link PHV and it solved my problem.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top