Essentially, can you achieve this:
if %num1% == 1 echo hi if %num1% == 2 echo hi if %num1% == 3 echo hi
In a simpler way such as: