@echo offfor /f "tokens=1* delims=;" %%i in ('script2.cmd^|sort /R') do ( @echo %%j)
@echo offSETLOCAL ENABLEDELAYEDEXPANSION