Horje
batch substring Code Example
batch substring
REM # | EXAMPLE
set "StringA=Some random string this is"
echo %StringA:~5,6%

REM # | SYNTAX
REM # | %<variable-name>:~<substring-start-index>,<substring-length>%




Shell

Related
github how to clone private repo Code Example github how to clone private repo Code Example
mac terminal show folder size Code Example mac terminal show folder size Code Example
bash print lines that match any of several words Code Example bash print lines that match any of several words Code Example
linux size of files Code Example linux size of files Code Example
bash date today plus one day Code Example bash date today plus one day Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11