Squintz
Senior Member
I know batch files wer not reall designed to do math but I see complex examples on the net which makes me thing I can do simple math.
I do a math problem at work very often and get tired of using a calculator. So I want to be able to click a batch file icon on the desktop and type in a value and to the following problem.
Result = (InputValue/17.7777) * 1.0186
Can anyone here write this for me? I can't seem to get anything to work. If not I will just write in in C# later tonight.
I do a math problem at work very often and get tired of using a calculator. So I want to be able to click a batch file icon on the desktop and type in a value and to the following problem.
Result = (InputValue/17.7777) * 1.0186
Can anyone here write this for me? I can't seem to get anything to work. If not I will just write in in C# later tonight.