Script: |
1. 2. 3. 4. 5. 6. 7. 8.
|
:parse fmt str -- parses a string matching a formatter
:: -- fmt [in] - formatter containing return variable names and delimitters
:: -- str [in] - string to be parsed
:$created 20060101 :$changed 20080219
:$source https://www.dostips.com
SETLOCAL
echo...under construction
EXIT /b
|
|