Differences
This shows you the differences between the selected revisions of the page.
| 2018-06-27 | 2018-11-26 | ||
| link update (martin) | link update (martin) | ||
| Line 32: | Line 32: | ||
| ==== [[inout]] Access to Input/Output streams ==== | ==== [[inout]] Access to Input/Output streams ==== | ||
| - | You can use ''[[msdn>aew9yb99|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 ''[[https://docs.microsoft.com/en-us/previous-versions/aew9yb99(v=vs.85)|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"); | ||