Command PARSE
Function:
Allows a sentence to be broken into pieces. The pieces are stored in environment variables. PARSEA contains the text that was extracted, and PARSEB contains the remainder of the text.
Syntax:
PARSE [text]
text Sequence of characters.
Note:
The PARSE command automatically breaks on commas, quotation marks, dots, exclamation marks, colons, backslashes and frontslashes.
Example on using PARSE.
Also see Batch Files.
