Differences
This shows you the differences between the selected revisions of the page.
2014-07-21 | 2014-08-27 | ||
jscript not javascript (martin) | batch file syntax highlighting (martin) | ||
Line 25: | Line 25: | ||
To use the examples below copy the JScript 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 JScript 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): | ||
- | <code> | + | <code batch> |
cscript /nologo example.js | cscript /nologo example.js | ||
</code> | </code> |