in reply to Re: Not returning from batch file
in thread Not returning from batch file

exit /b will only exit the batch file, not the whole interpreter, but the interpreter is set to exit once the batch exits. exit and exit /b have the same effect here.