heyyyyyyyyyy...how to calculate the percentage of two numbers using cmd?
7 years ago
set a=4set b=8set /A c=%a%*100/%b%echo %a%, %b%, %c% %
Comments
7 years ago