1.

Solve : Finally made my own batch program?

Answer»

I finally made my own batch program. Made a calculator, nothing much. Found a really cool tutorial on youtube and built it. Tell me what you think.

Quote from: ThomasTheXPUser on August 03, 2009, 03:45:43 PM

I finally made my own batch program. Made a calculator, nothing much. Found a really cool tutorial on youtube and built it. Tell me what you think.

http://thomasthexpuser.pcriot.com/SuperbatchCalculatorbyThomasTheXPUser.zip
Here is a simple calculator...

echo off
Title Calculator
:1
Set /p a=
Set /a=%a%
Echo %a%
Goto 1Thanks, thats nice. Only thing is that it says missing operand. hmm Quote from: ThomasTheXPUser on August 03, 2009, 05:46:45 PM
Thanks, thats nice. Only thing is that it says missing operand. hmm
You type in the whole part you want calculated. For example : 1*45+24Oh, OK!what youtube video did you watch  Quote from: BatchFileBasics on August 06, 2009, 01:39:20 AM
what youtube video did you watch 
You think I copied this off a youtube video? No. I learned that I could make a simple calculator script (that can't handle decimals) when I asked what the P switch was for the set command. Quote from: Helpmeh on August 06, 2009, 02:40:26 PM
You think I copied this off a youtube video? No. I learned that I could make a simple calculator script (that can't handle decimals) when I asked what the P switch was for the set command.
Don't think that post was directed at you...yea helpmeh, i was TALKING about Quote from: ThomasTheXPUser on August 03, 2009, 03:45:43 PM
... Found a really cool tutorial on youtube and built it...

Quote from: BatchFileBasics on August 06, 2009, 03:43:49 PM
yea helpmeh, i was talking about
A quick search for "batch file calculator" will bring up what you want. And try and divide 3 by 2 in a pure batch script. 3/2*2=4 um, no, that wasn't really why i was asking.

i made the first batch calculator video back like  year ago.

i wanted to know if he watched mine or another one LOL Quote from: BatchFileBasics on August 07, 2009, 01:07:10 PM
The first batch calculator video

That's what they all say. Quote
uploaded August 23, 2008


 a batch calculator video. please.

Why not have youtube video's describing the complicated SEMANTICS of double clicking?OP , why do you want to make a calculator with batch? if doesn't support floating points , and a whole load of other stuff.. get a real programming language.


Discussion

No Comment Found