You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for this seems to be to move "setlocal enableDelayedExpansion" to top of batch and outside of loop. That way it doesn't get set repeatedly and cause the maximum recursion error.
See link for details http://stackoverflow.com/questions/11916823/batch-limitation-maximum-recursion-while-browsing-menus
The text was updated successfully, but these errors were encountered: