Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum setlocal recursion level reached after script running for some time. #1

Closed
Spacemax opened this issue Jun 14, 2015 · 2 comments

Comments

@Spacemax
Copy link

See link for details http://stackoverflow.com/questions/11916823/batch-limitation-maximum-recursion-while-browsing-menus

@Spacemax
Copy link
Author

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.

@C0nw0nk
Copy link
Owner

C0nw0nk commented Oct 19, 2015

Sorry for the late reply i have done so now.

@C0nw0nk C0nw0nk closed this as completed Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants