The list builder now supports dynamic variables in both the GUI and CMD modes. The 'Array1' and 'Routine1' list items have been mostly implemented. The 'Routine' item actually uses the cmd.exe "for ' command as opposed to a PowerShell for loop for consistent results between CMD and GUI modes. Online sources said it couldn't be done in PowerShell which makes it even better.
When used in combination this works as an indicator for currently enabled/disabled etc. Future option will be added for compatibility with vhdx, paths, and choice menus. See dynamic menu test in tweaks.base.
Lists are now case insensitive.
This release marks phase 2 of implementing a set of shared interoperable list variables between command shell and powershell. The formula has been changed from 'Choice1[S]' to 'Choice1.S' globally.
Removed underscores from commonly used variables.