Difference between revisions of "Batch Conversion Limitations"
Jump to navigation
Jump to search
(describes conversion limitations that must be considered when editing batch files) |
|||
| Line 1: | Line 1: | ||
For batch files to successfully convert into bash files for Linux, there are some limitations for how they can be written. This page is to ensure that team members writing batch files are aware of some of those limitations. | For batch files to successfully convert into bash files for Linux, there are some limitations for how they can be written. This page is to ensure that team members writing batch files are aware of some of those limitations. | ||
=== Indenting nested if statements and for loops is necessary. === | |||
=== Labels must never be placed inside of loops. === | |||
Labels must never be placed inside of loops. | |||
Revision as of 11:15, 21 April 2026
For batch files to successfully convert into bash files for Linux, there are some limitations for how they can be written. This page is to ensure that team members writing batch files are aware of some of those limitations.