Differences
This shows you the differences between the selected revisions of the page.
2014-10-20 | 2014-10-20 | ||
batch_file anchor (martin) | articles (martin) | ||
Line 14: | Line 14: | ||
===== [[batch_file]] 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 an exit code of an application or a value of an environment variable; |
- | * Iteration over files matching mask; | + | * An iteration over files matching a mask; |
* Setting and querying environment variables; | * Setting and querying environment variables; | ||
- | * Simple file path manipulation (extracting directory from path, extracting extension, etc.). | + | * Simple file path manipulation (extracting a directory from a path, extracting an extension, etc.). |
See [[guide_automation|guide to automation]] for some examples. | See [[guide_automation|guide to automation]] for some examples. |