Expand description
Element type definitions for Windows Batch (BAT) syntax tree nodes.
This module provides BatElementType which defines all element types
used in the BAT parse tree, including statements, labels, and commands.
Enumsยง
- BatElement
Type - Represents all possible element kinds in the Windows Batch (BAT) scripting language.