Differences
This shows you the differences between the selected revisions of the page.
| 2010-08-14 | 2010-08-14 | ||
| missing semicolon (martin) | inout anchor (martin) | ||
| Line 27: | Line 27: | ||
| </code> | </code> | ||
| - | ==== Access to Input/Output streams ==== | + | ==== [[inout]] Access to Input/Output streams ==== | 
| You can use ''[[http://msdn.microsoft.com/en-us/library/aew9yb99(VS.85).aspx|WScript.Shell]]'' to execute WinSCP [[executables|console interface tool]] and feed the script commands (using input stream), without creating temporary script file: | You can use ''[[http://msdn.microsoft.com/en-us/library/aew9yb99(VS.85).aspx|WScript.Shell]]'' to execute WinSCP [[executables|console interface tool]] and feed the script commands (using input stream), without creating temporary script file: | ||
| <code javascript> | <code javascript> | ||