the set toolsbin path is missing a backslash \
Line currently reads
if "%toolsbin%"=="" set toolsbin=C:\Program Files\Microsoft SQL Server\100\Tools\Binn
Should be
if "%toolsbin%"=="" set toolsbin=C:\Program Files\Microsoft SQL Server\100\Tools\Binn\
See attached for the corrected file.
Line currently reads
if "%toolsbin%"=="" set toolsbin=C:\Program Files\Microsoft SQL Server\100\Tools\Binn
Should be
if "%toolsbin%"=="" set toolsbin=C:\Program Files\Microsoft SQL Server\100\Tools\Binn\
See attached for the corrected file.