Search found 31 matches

by PiotrMP006
08 Sep 2017 06:13
Forum: DOS Batch Forum
Topic: How to sort numeric variables ascending in DOS Batch?
Replies: 2
Views: 4377

How to sort numeric variables ascending in DOS Batch?

How to sort numeric variables ascending in DOS Batch?

ex.

set number1=4
set number2=1
set number3=5
set number4=2
set number5=3

How to create a variable with sorted numbers

Result 1 2 3 4 5