

InterviewSolution
Saved Bookmarks
1. |
Solve : Math operations in Bat files? |
Answer» Is there a way to do math operations, with variables, in bat filesYes, using the /a switch on the set statement. This is OS dependent. |
|