Categories
How to create a batch file that finds the product of two numbers?
How to create a batch file that finds the product of two numbers? Numbers are passed as parameters.
Answer the question
In order to leave comments, you need to log in
set /a sum=%1*%2 echo %sum%
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question