Search found 1 match
- 07 Apr 2018 00:58
- Forum: DOS Batch Forum
- Topic: How to increase Recursion Count of the Stack in a batch file
- Replies: 7
- Views: 12061
Re: How to increase Recursion Count of the Stack in a batch file
Hi hacker, you test link can't really expand the limit and the limit also depends of the windows version. But you can change your recursion to an iteration, this will work as batch seems to be able to handle unlimited variables. And I suppose it should be faster, as CALLs to functions are very slow...