I need to put a validation when user enter the value he should enter only numeric value but the user will enter the values in below format
Echo Build Number in the Format 5.1.2.44
set /p Build="enter Build Number Please : "
If he puts the values in 5.1.2.3 then he needs to identify that it is
numeric..he can use any character ?/., between the values instead of
.(dot)
Valid examples are 5.1.2.3
Invalid examples are 5.2.A.3