Differences
This shows you the differences between the selected revisions of the page.
| 2009-04-17 | 2009-04-22 | ||
| wscript (martin) | executables (martin) | ||
| Line 28: | Line 28: | ||
| ==== Access to Input/Output streams ==== | ==== Access to Input/Output streams ==== | ||
| - | You can use ''[[http://msdn.microsoft.com/en-us/library/aew9yb99(VS.85).aspx|WScript.Shell]]'' to execute WinSCP 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> | ||
| var shell = WScript.CreateObject("WScript.Shell"); | var shell = WScript.CreateObject("WScript.Shell"); | ||