N
N
nen0y2017-12-22 10:52:05
cmd/bat
nen0y, 2017-12-22 10:52:05

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

1 answer(s)
O
Olgeir, 2017-12-22
@Olgeir

set /a sum=%1*%2
echo %sum%

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question