
http://www.donationcoder....=8071.msg212665#msg212665
that I have patched up a simple unit converter alias with the use of GNU units program
http://en.wikipedia.org/wiki/Units_%28software%29
(wiki lists the windows binary link - you need to install it and/or GNU-WIN).
Here it is:
[copy or print]
1000>>>units>->showmemo Result:;;;appcapappendmemo C:\Program Files\Editing\GnuWin32\bin\units.exe "$$1" "$$2">+>units (.*) to (.*)
1000>>>units>->showmemo Result:;;;appcapappendmemo C:\Program Files\Editing\GnuWin32\bin\units.exe "$$1" "$$2">+>units (.*) to (.*)
Naturally, you may need/want to modify the path and the expression.
Usage:
units 100 miles/hour to km/hour
Result:
* 160.9344
/ 0.0062137119






Logged



this sounds very nice 
