Differences
This shows you the differences between the selected revisions of the page.
| 2009-04-17 | 2009-04-17 | ||
| alternative waiting to exit from wsh (with print) (martin) | syntax (martin) | ||
| Line 49: | Line 49: | ||
| // wait until the script finishes | // wait until the script finishes | ||
| + | <code javascript> | ||
| while (!exec.StdOut.AtEndOfStream) | while (!exec.StdOut.AtEndOfStream) | ||
| { | { | ||
| WScript.Echo(exec.StdOut.ReadAll()); | WScript.Echo(exec.StdOut.ReadAll()); | ||
| } | } | ||
| + | </code> | ||
| ==== XML parsing ==== | ==== XML parsing ==== | ||