cmd - need explanation of a batch code -


can me explain below batch code doing?

rem client: crm_ci_m8626aabbqnbam200030.1.5 set name=%client% /f "tokens=1 delims=_" %%a in ("%name%" ) (     set name=%%a ) 

if crm_ci_m8626aabbqnbam200030.1.5 in %client%, code assigns crm %name%.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -