So I let it go untill it completed its Installation.
C:\ring\extensions\ringfastpro>
more buildvc_x64.batcls
setlocal enableextensions enabledelayedexpansion
call ../../language/build/locatevc.bat x64
cl /c %ringcflags% fastpro.c -I"..\..\language\include"
link %ringldflags% fastpro.obj ..\..\lib\ring.lib /DLL /OUT:..\..\bin\ring_fastpro.dll
del fastpro.obj
endlocal
C:\ring\extensions\ringfastpro>
=================================
C:\ring\extensions\ringfastpro>
buildvc_x64.bat
'cl' is not recognized as an internal or external command,
operable program or batch file.
'link' is not recognized as an internal or external command,
operable program or batch file.
Could Not Find C:\ring\extensions\ringfastpro\fastpro.obj
C:\ring\extensions\ringfastpro>
================================
Says its upto date.