![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | WScript.Echo If I use WScript.Echo "Working" The script will not run until the user click the OK button. Any way around this? |
My System Specs![]() |
| | #2 (permalink) |
| | Re: WScript.Echo "PaulM" <paul@xxxxxx> wrote in message news:eAigQ46vIHA.5520@xxxxxx Quote: > If I use WScript.Echo "Working" > > The script will not run until the user click the OK button. Any way > around this? cscript.exe //nologo your.vbs this will launch it in a console window, where wscript.echo is roughly equivalent in functionality to the batch "echo" command. Alternately, a .popup method is available that accepts a timeout parameter: http://www.pctools.com/guides/script...?act=reference /Al |
My System Specs![]() |
| | #3 (permalink) |
| | RE: WScript.Echo try this Sample ( "MessageBox" with timeout ) http://www.scriptbox.at.tt/index.php...%20timeout.vbs "PaulM" wrote: Quote: > If I use WScript.Echo "Working" > > The script will not run until the user click the OK button. Any way around > this? > > > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| WScript.dll not working | VB Script | |||
| wscript.echo only a new line / embed a "CR" in a text string ? | VB Script | |||
| WScript.Shell echo command? | VB Script | |||
| How to save output of echo to a file or omit using echo and save it | VB Script | |||
| HTA and Wscript.Sleep | VB Script | |||