|
Batch Functions is a group of programs that empower batch files with a few missing commands available in other more modern programming languages. This makes programming with batch files easier and more enjoyable.
UCase - returns an argument as uppercase.
LCase - returns an argument as lowercase.
Length - returns the length of an argument.
IsNumeric - returns true if an argument is a number and false if not.
Random - returns a random number in a given range.
SendKeys - automates the keyboard.
OS: Windows 2000/XP/2003/Vista.
|