Hi,
Can anybody please tell me what happens if i call a batch script from itself. I was expecting that my program will crash because it will run out of memory. but it never crashed.
I named my batch script as a.bat and inside a.bat i wrote a single line "a.bat"
Why doesn't this program run out of memory and crash?