Login Register






[Batch] Calculator filter_list
Author
Message
[Batch] Calculator #1
hi guys its a simple batch calculator which uses:

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

Code:
@echo off start www.hackcommunity.com title Batch Calculator by 1234hotmaster color 1f :top echo -------------------------------------------------------------- echo Welcome to Batch Calculator by 1234hotmaster echo -------------------------------------------------------------- echo. set /p sum= set /a ans=%sum% echo. echo = %ans% echo -------------------------------------------------------------- pause cls echo Previous Answer: %ans% goto top pause exit

to be honest i found this 6 months ago and was buried away in the heart of my system Tongue but since the GetAdmin posted the matrix which i also had the batch in the same dir as the calculator i thought i share these Biggrin

so i don't think i know where or when i got this code 6 months ago Smile
Pierce the life fibers with your drill.

Reply