Table of Contents:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@if (@CodeSection == @Batch) @then | |
:: The first line above is... | |
:: in Batch, a valid IF command that does nothing. | |
:: in JScript, a conditional compilation IF statement that is false. | |
:: So the following section is omitted until the next "[at]end". | |
:: Note: the "[at]then" does nothing and is only for readablility. | |
:: Batch Section |