Differences

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

2017-11-27 2018-03-04
PHP 7 (martin) link update (martin)
Line 26: Line 26:
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. 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 JScript code to file (e.g. ''example.js'') and use ''[[https://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 JScript code to file (e.g. ''example.js'') and use ''[[https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb490887(v=technet.10)|cscript.exe]]'' to execute it (use ''/nologo'' to suppress banner):
<code batch> <code batch>
cscript /nologo example.js cscript /nologo example.js
Line 95: Line 95:
==== Hidden execution ==== ==== Hidden execution ====
-When executing JScript code with ''[[https://technet.microsoft.com/en-us/library/bb490887.aspx|cscript.exe]]'', console window is shown. If you want to execute the JScript without showing console window, use ''[[https://technet.microsoft.com/en-us/library/bb490816.aspx|wscript.exe]]'' instead.+When executing JScript code with ''[[https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb490887(v=technet.10)|cscript.exe]]'', console window is shown. If you want to execute the JScript without showing console window, use ''[[https://technet.microsoft.com/en-us/library/bb490816.aspx|wscript.exe]]'' instead.
Some notes for using ''wscript'': Some notes for using ''wscript'':

Last modified: by martin