DOS - String Operations - DosTips - The DOS Batch Guide
:lTrim strips white spaces (or other characters) from the beginning of a string :rTrim strips white spaces (or other characters) from the end of a string :StartsWith Tests if a text starts with a given string :strLen returns the length of a string :toCame...