Differences
This shows you the differences between the selected revisions of the page.
| 2014-08-27 | 2014-08-27 | ||
| batch file syntax highlighting (martin) | batch file syntax highlighting (martin) | ||
| Line 469: | Line 469: | ||
| Run the script with command: | Run the script with command: | ||
| - | <code> | + | <code batch> |
| cscript /nologo example.js | cscript /nologo example.js | ||
| </code> | </code> | ||
| Following batch file shown how to continue with processing based on file existence: | Following batch file shown how to continue with processing based on file existence: | ||
| - | <code> | + | <code batch> |
| cscript /nologo example.js | cscript /nologo example.js | ||
| if errorlevel 1 goto error | if errorlevel 1 goto error | ||