Powered by Tech-Attacks
Showing posts with label Calculator. Show all posts
Showing posts with label Calculator. Show all posts

BATCH file - CALCULATOR

Its a simple Batch file - calculator which uses:

+ for addition
- for subtraction
/ for division
* for multiplication



Paste the below code in any text - editor like Notepad and save it as "GJscalc.bat".
Note: use the extension " .bat "
 
Code for Batch file - calculator :