Differences

This shows you the differences between the selected revisions of the page.

2009-04-22 2009-04-23
tzpo (martin) typo (martin)
Line 20: Line 20:
[[wp>Windows Script Host|Windows script host]] is an automation technology for Microsoft Windows that provides scripting capabilities comparable to batch files, but with a greater range of supported features. It is language-independent. By default it interprets and runs plain-text JScript (JavaScript-like) and VBScript. Users can install different scripting engines. [[wp>Windows Script Host|Windows script host]] is an automation technology for Microsoft Windows that provides scripting capabilities comparable to batch files, but with a greater range of supported features. It is language-independent. By default it interprets and runs plain-text JScript (JavaScript-like) and VBScript. Users can install different scripting engines.
-It supports all the features listed in Windows command interpreter section above (with grater flexibility). Plus it includes many advanced functions, you may find useful when using together with WinSCP. See sections below.+It supports all the features listed in Windows command interpreter section above (with greater flexibility). Plus it includes many advanced functions, you may find useful when using together with WinSCP. See sections below.
To use the examples below copy the JavaScript code to file (e.g. ''example.js'') and use ''[[http://technet.microsoft.com/en-us/library/bb490887.aspx|cscript.exe]]'' to execute it (use ''/nologo'' to suppress banner): To use the examples below copy the JavaScript code to file (e.g. ''example.js'') and use ''[[http://technet.microsoft.com/en-us/library/bb490887.aspx|cscript.exe]]'' to execute it (use ''/nologo'' to suppress banner):

Last modified: by martin