Releases: adisak/EvalBat
Releases · adisak/EvalBat
v1.7 Additional Time Support
Added functionality
Added some time helpers and a script to help with debugging (EvalBat_Debug.bat)
v1.5 Small Fix for EvalBat_Echo.bat
Bug Fix: EvalBat_Echo.bat wouldn't find EvalBat.bat if called from a batchfile in a different working directory and EvalBat.bat was not in PATH. Made EvalBat_Echo.bat call EvalBat.bat in same path as EvalBat_Echo.bat
String support. Better Debugging support
You can use two single quotes to emulate a double quote for a string. Easier to connect to visual studio for debugging expressions (uncomment a single line)
v1.3: Update EvalBat.bat
Minor fix for when EvalBat is not on same drive as calling script
Support for extra math and compare functions
Support for extra math and compare functions that can be evaluated from Bat files
- Compare, Log / Exponent, Derived Trigonometry, etc.
Minor update of hosting info
Updated hosting information
Note that project is hosted at: https://github.com/adisak/EvalBat
V1.0 Initial Release
v1.0 Initial Commit