npocmaka / batch.scripts

batch script utils and examples by npocmaka -
https://www.linkedin.com/in/npocmaka/
MIT License
1.08k stars 873 forks source link

"find" function in binaryTree.bat file doesn't work #47

Open sebetci opened 2 years ago

sebetci commented 2 years ago

The find function in dataStructures/binaryTree.bat produces the following error:

!test_tree6! was unexpected at this time.

To resolve this error, I removed the !%1! syntax used for delayed expansion. This solution worked but I'm not sure it's the right approach.