Differences
This shows you the differences between the selected revisions of the page.
2009-04-17 | 2009-04-17 | ||
syntax (martin) | syntax (martin) | ||
Line 48: | Line 48: | ||
If you want to see WinSCP output replace the trailing ''while'' statement with: | If you want to see WinSCP output replace the trailing ''while'' statement with: | ||
- | // wait until the script finishes | ||
<code javascript> | <code javascript> | ||
+ | // wait until the script finishes | ||
while (!exec.StdOut.AtEndOfStream) | while (!exec.StdOut.AtEndOfStream) | ||
{ | { |