Project BetterBatch is a collection of useful batch plugins.
Current batch plugins
- • MCONST plugin - mconst.bat - Math constants for batch, view code for more details
- • MATH plugin - math.bat - Floating-point operations in batch, requires Python interpreter
- • SVTOCMD plugin - svtocmd.bat - Allows you to set a variable to the output of a command
- • TRIG plugin - trig.bat - Trigonometric functions in batch, requires Python interpreter. (supports sin, cos, tan, asin, acos, atan)
- • EXP plugin - exp.bat - Exponents in batch, requires Python interpreter.