CalculatorThis is such a simple idea and script that I’m putting the whole thing out there as open source immediately! Essentially, I was looking for an easier way to perform simple calculation quickly. I thought that all of the tools for calculations are there already, I just need an easier way to access them. So, I wrote the Command Line Calculator.

Really, all this script does is take whatever you type after it and then feed it into the built in Windows Calculator. So, if you want to find out what 45 times 99 was, you would simply type clcalc 45*99= and then press the Enter key. This will open up the Windows Calculator and then enter the equation that you want calculated. Then, it will display the results.

To install the Command Line Calculator, simply download it and save it in your Windows directory (usually C:\Windows). Then, you will be able to access it from the Run.. command (pre-Vista) or the Search (Vista). It is also available from the command line “DOS box”.

If you are interested in the source code, here it is:

Error: Could not open clcalc.au3

Like I said, not rocket science but useful nonetheless.

If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?