How To Create Unlimited Folder In A Specific Path

@echo off
:Start
cd /d nameOfPath:
md %RANDOM%
goto Start