Knowledge Walls
John Peter
Pune, Maharashtra, India
Things to Know [cont'd]
Arithmetic Operators in Arithmetic Operators of MS-DOS Commands
37563 Views
What are all arithmetic operators in ms dos command 
Arithmetic operators are used to perform basic arithmetic operations. Addition, subtraction, multiplication, division and modules division.

Operators Meanings
+ Adding two values
- Subtraction
* Multiplication
/ Division return quotient value
% Modules operator performs division returning remainder value
Example
@echo off

SET a=20
SET b=30

SET /a c=a+b
ECHO C value is %c%
Output 
Next Topics
Next lessons of current book.
Arithmetic Operators of MS-DOS Commands
Arithmetic Operators of MS-DOS Commands
Arithmetic Operators of MS-DOS Commands
Arithmetic Operators of MS-DOS Commands
Arithmetic Operators of MS-DOS Commands
Previous Topics
Previous lessons of current book.
File System of MS-DOS Commands
File System of MS-DOS Commands
Decision making of MS-DOS Commands
Best Lessons of "MS-DOS Commands"
Top lessons which are viewed more times.
Arithmetic Operators of MS-DOS Commands
Arithmetic Operators of MS-DOS Commands
String manipulation of MS-DOS Commands
Relational Operators of MS-DOS Commands
String manipulation of MS-DOS Commands
String manipulation of MS-DOS Commands
Things to Know of MS-DOS Commands
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details