Differences
This shows you the differences between the selected revisions of the page.
| 2014-10-01 | 2014-10-20 | ||
| choosing language section (martin) | batch_file anchor (martin) | ||
| Line 12: | Line 12: | ||
| * Windows script host (''[[http://technet.microsoft.com/en-us/library/bb490887.aspx|cscript.exe]]'' or ''[[http://technet.microsoft.com/en-us/library/bb490816.aspx|wscript.exe]]'') to run Java Script or VB Script files. | * Windows script host (''[[http://technet.microsoft.com/en-us/library/bb490887.aspx|cscript.exe]]'' or ''[[http://technet.microsoft.com/en-us/library/bb490816.aspx|wscript.exe]]'') to run Java Script or VB Script files. | ||
| - | ===== Windows command interpreter (batch files) ===== | + | ===== [[batch_file]] Windows command interpreter (batch files) ===== | 
| Windows command interpreter executes ''.bat'' or ''.cmd'' files. Some of the features it supports: | Windows command interpreter executes ''.bat'' or ''.cmd'' files. Some of the features it supports: | ||
| * Conditional execution based on exit code of application or value of environment variable; | * Conditional execution based on exit code of application or value of environment variable; | ||